fix(auth): limpa cache the timer no signout

This commit is contained in:
2026-08-14 10:16:08 +00:00
parent b4dae471ad
commit 2a1b0b024a
+1
View File
@@ -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) {