-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: logging-in should not navigate to auth/logout (#407)
* When the logout button is clicked in development mode, the app navigates to /auth/logout, which in turn sets up a redirect_uri to the root uri. However, redirecting preserves the logout uri as the final target uri and ends up displaying a blank page. * If the current uri is /auth/logout when creating a login then reset it back to / ensuring that the blank page is never displayed and the app correctly logs in.
- Loading branch information
1 parent
515a00a
commit 1e645cd
Showing
2 changed files
with
13 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters