Skip to content

Commit

Permalink
fix: redirect to signout to ensure the cookies are cleared
Browse files Browse the repository at this point in the history
  • Loading branch information
bjarneo committed Jan 22, 2024
1 parent 0754c7a commit 77efed7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/components/header/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ const Header = () => {

return (
<>
{redirect && <Navigate to="/signin" />}
{redirect && <Navigate to="/signout" />}

<Modal
opened={openRefreshModal}
Expand Down

0 comments on commit 77efed7

Please sign in to comment.