We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ad119e commit b35ba35Copy full SHA for b35ba35
src/contexts/AuthContext.tsx
@@ -24,7 +24,7 @@ export const AuthProvider = ({ children }: { children: React.ReactNode }) => {
24
const [loading, setLoading] = useState(true);
25
26
useEffect(() => {
27
- console.log('🔐 AuthProvider - Initialisation stable');
+ console.log('🔐 AuthProvider - Initialisation directe sans timeout');
28
29
const unsubscribe = onAuthStateChanged(auth, (user) => {
30
console.log('🔐 Auth state reçu:', user ? 'CONNECTÉ' : 'DÉCONNECTÉ');
0 commit comments