-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix some login problems #6810
Fix some login problems #6810
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested and works well. Thanks.
What component caused the full page refresh?
See here: https://github.com/scalableminds/webknossos/blob/master/frontend/javascripts/router.tsx#L273 |
* ensure that active organization is set after logging in * avoid unnecessary page refresh after logging in * update changelog * explain hard reload
* Release 23.02.0 * Fix some login problems (#6810) * ensure that active organization is set after logging in * avoid unnecessary page refresh after logging in * update changelog * explain hard reload * update changelogs * remove redundant entries due to merge conflict * remove redundant entries due to merge conflict
This PR fixes two problems:
URL of deployed dev instance (used for testing):
Steps to test:
/auth/login
and from the navbar (e.g., open a public dataset for that)Issues:
(Please delete unneeded items, merge only when none are left open)