We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8f0537f + d47948f commit d5a824dCopy full SHA for d5a824d
src/vector/app.tsx
@@ -124,7 +124,7 @@ function onTokenLoginCompleted() {
124
parsedUrl.search = "";
125
const formatted = url.format(parsedUrl);
126
console.log(`Redirecting to ${formatted} to drop loginToken from queryparams`);
127
- window.location.href = formatted;
+ window.history.replaceState(null, "", formatted);
128
}
129
130
export async function loadApp(fragParams: {}) {
0 commit comments