Skip to content

Commit

Permalink
Merge pull request #101 from dev-family/ADM-176
Browse files Browse the repository at this point in the history
ADM-176: (Fix) window reload after logout
  • Loading branch information
arturvolokhin authored Oct 11, 2023
2 parents 7f9b46a + 1afdeeb commit 8624b24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions admiral/auth/useLogout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ const useLogout = (): Logout => {
newLocation.search = redirectToParts[1]
}
history.push(newLocation)
window.location.reload()

return redirectToFromProvider
}),
Expand Down

0 comments on commit 8624b24

Please sign in to comment.