diff --git a/frontend/src/contexts/AuthContext.jsx b/frontend/src/contexts/AuthContext.jsx index 317a570..6a5584b 100644 --- a/frontend/src/contexts/AuthContext.jsx +++ b/frontend/src/contexts/AuthContext.jsx @@ -50,7 +50,7 @@ const createAuthStore = () => { } }; - // Set up Firebase listener once, outside React + // Set up Firebase listener once, outside of React onAuthStateChanged(auth, async (user) => { setState({ loading: true, currentUser: user }); if (user) {