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.
1 parent e15d1c1 commit 438eef0Copy full SHA for 438eef0
src/vector/app.tsx
@@ -121,7 +121,7 @@ function onTokenLoginCompleted() {
121
// clear them.
122
const url = new URL(window.location.href);
123
124
- url.searchParams.delete('loginToken');
+ url.searchParams.delete("loginToken");
125
126
console.log(`Redirecting to ${url.href} to drop loginToken from queryparams`);
127
window.history.replaceState(null, "", url.href);
0 commit comments