Skip to content

Commit

Permalink
fix: logout
Browse files Browse the repository at this point in the history
  • Loading branch information
Averito committed Jan 27, 2024
1 parent f290c0a commit 9a87ac1
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ export const Hamburger: FC = () => {
}

const onClickLogout: MouseEventHandler<HTMLLIElement> = async () => {
await averlist.auth.logout()
userStore.logout()
await router.push('/')
}
Expand Down

0 comments on commit 9a87ac1

Please sign in to comment.