Skip to content

Commit

Permalink
feat: 회원탈퇴 이슈가..
Browse files Browse the repository at this point in the history
  • Loading branch information
ssoxong committed Jun 9, 2024
1 parent be1c403 commit 998fb88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/Login/SignOutServer.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ const SignOutServer = () => {
const serverSignout = async () => {
try {
setUser(null)
localStorage.clear()
await signOutServer()
localStorage.clear()
} catch (error) {
console.error('Server signout error:', error.response ? error.response.data : error.message)
}
Expand Down

0 comments on commit 998fb88

Please sign in to comment.