Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions changelog.d/0004-login-double-redirect.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[BugFixes]
- Signing in no longer flashes the Home page, blanks the console, and
reloads it. The login click handler and the existing-session check both
triggered the post-login redirect; the two navigations cancelled each
other and the loser fell back to a full page reload. The redirect now
runs once.
Loading