Skip to content

Commit

Permalink
chore: 로그인 페이지 내 불필요한 주석 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
kimsuyeon0916 committed Jul 3, 2024
1 parent d8c80a4 commit 045b952
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/pages/account/signIn/SignInPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ const SignInPage = () => {
const setLoginState = useSetRecoilState(loginState);

const handleNaverSignInSuccess = () => {
// if (localStorage?.ACCESS_TOKEN_KEY) {
// return navigate('/');
// }
if (secureLocalStorage.getItem('ACCESS_TOKEN_KEY')) {
return navigate('/');
}
Expand Down

0 comments on commit 045b952

Please # to comment.