You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
router: strip the ?token when the app is first loaded
* Closes#1147.
* The token is used to set a secure cookie.
* We don't need it after that so we may as well remove it from the URL.
* This is cleaner and reduces the temptation for users to copy it with
the URL.
0 commit comments