From cea031334e9ec2f03413c3eb009238208ae017ea Mon Sep 17 00:00:00 2001 From: KS Jannette Date: Tue, 12 May 2026 05:18:33 -0400 Subject: [PATCH] add comment --- frontend/src/contexts/AuthContext.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {