feat: enhance configuration management, add update checks, and improve UI components
This commit is contained in:
@@ -62,7 +62,7 @@ export function AuthProvider({ children }: PropsWithChildren) {
|
||||
const savedToken = await SecureStore.getItemAsync(KEY_TOKEN);
|
||||
|
||||
if (savedToken) {
|
||||
console.log("Token trovato: ", savedToken);
|
||||
console.log("Token trovato:", savedToken);
|
||||
|
||||
// Call backend to verify token and fetch user data
|
||||
// Note: api.ts already adds the Authorization header thanks to the interceptor (if configured to read from SecureStore)
|
||||
|
||||
Reference in New Issue
Block a user