Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(logout): fix frontend logout function for firefox clients
Previous implementation of logout(), with routing to login page after asynchronous request to backend /auth/logout endpoint, would not work on every client. Also, while still functional on Chrome clients, the previous implementation was weird as one would get redirected to the login page while possibly not yet fully logged out. This new implementation executes routing to login page after backend logout is done.
- Loading branch information