Skip to content

Commit 438eef0

Browse files
authored
Update src/vector/app.tsx
1 parent e15d1c1 commit 438eef0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vector/app.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ function onTokenLoginCompleted() {
121121
// clear them.
122122
const url = new URL(window.location.href);
123123

124-
url.searchParams.delete('loginToken');
124+
url.searchParams.delete("loginToken");
125125

126126
console.log(`Redirecting to ${url.href} to drop loginToken from queryparams`);
127127
window.history.replaceState(null, "", url.href);

0 commit comments

Comments
 (0)