diff --git a/src/hooks/useAuth.tsx b/src/hooks/useAuth.tsx index 231e116..fc41b3a 100644 --- a/src/hooks/useAuth.tsx +++ b/src/hooks/useAuth.tsx @@ -374,6 +374,7 @@ export function AuthProvider({ children }: { children: ReactNode }) { } setIsRecoveryFlow(false); + localStorage.removeItem('userLoginTime'); // Reseta timer do front-end try { await supabase.auth.signOut(); } catch (error) {