Skip to content

Commit 04c7422

Browse files
committed
logs
1 parent 3984c70 commit 04c7422

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/context/authContext.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ export const AuthProvider: React.FC<AuthProviderProps> = ({ children }) => {
3939
const [isAuthInProgress, setAuthInProgress] = useState(false);
4040

4141
const logOut = () => {
42+
console.trace('logOut function called - clearing localStorage!');
4243
setLoggedIn(false);
4344
setAuthInProgress(false);
4445
setAccessTokenState(null);

0 commit comments

Comments
 (0)