Skip to content

Commit

Permalink
chore:
Browse files Browse the repository at this point in the history
  • Loading branch information
이은상 committed Dec 26, 2024
1 parent 9c604c0 commit 8f9ca0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 7_auth/client/Context.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const AuthProvider = ({ children }) => {
setIsAuthenticated(true);
window.location.reload();
}
}, [isAuthenticated]);
}, []);


const value = {
Expand Down

0 comments on commit 8f9ca0e

Please sign in to comment.