Skip to content

Commit

Permalink
Remove: 로그아웃이 메인으로 리디렉션 하는 로직 삭제 (Require Auth로직이랑 중복)
Browse files Browse the repository at this point in the history
  • Loading branch information
BearHumanS committed Mar 9, 2024
1 parent 3a1a721 commit 9f43f0a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/users/SocialLogin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ const SocialLogin = ({ isOpen, setIsOpen }: SocialLoginProps) => {
await signOut(auth);
setUser(null);
console.log('로그아웃');
navigate('/');
} catch (error) {
console.error('로그아웃 중 오류 발생:', error);
}
Expand Down

0 comments on commit 9f43f0a

Please sign in to comment.