You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Navbar tsx ln 13. Currently in the context, theres a listener for auth updates. The navbar itself calls auth.SignOut which should in theory sign out the user -> catch in the context -> set the user to null in context. But after I manually set the context var from the navbar to null as well. Not sure if this needed or duplicated code....
The text was updated successfully, but these errors were encountered:
Navbar tsx ln 13. Currently in the context, theres a listener for auth updates. The navbar itself calls auth.SignOut which should in theory sign out the user -> catch in the context -> set the user to null in context. But after I manually set the context var from the navbar to null as well. Not sure if this needed or duplicated code....
The text was updated successfully, but these errors were encountered: