Skip to content

Commit

Permalink
Update AuthContext.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
bsu3338 authored Jul 31, 2023
1 parent 41830a9 commit 49e7724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/hooks/AuthContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ const AuthContextProvider = ({
logout(); // This should clear user context and do necessary cleanup
};

console('Auth Event', event);
console.loh('Auth Event', event);
window.addEventListener('tokenUpdated', handleTokenUpdate);
window.addEventListener('logout', handleLogout);

Expand Down

0 comments on commit 49e7724

Please sign in to comment.