We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3984c70 commit 04c7422Copy full SHA for 04c7422
1 file changed
app/context/authContext.tsx
@@ -39,6 +39,7 @@ export const AuthProvider: React.FC<AuthProviderProps> = ({ children }) => {
39
const [isAuthInProgress, setAuthInProgress] = useState(false);
40
41
const logOut = () => {
42
+ console.trace('logOut function called - clearing localStorage!');
43
setLoggedIn(false);
44
setAuthInProgress(false);
45
setAccessTokenState(null);
0 commit comments