style: auto-fix linting issues
This commit is contained in:
parent
e15ca352a0
commit
67eb5075d4
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ export class AuthManager {
|
|||
window.history.replaceState({}, '', window.location.pathname);
|
||||
}
|
||||
} else if (isOAuthRedirect) {
|
||||
await new Promise(resolve => setTimeout(resolve, 500));
|
||||
await new Promise((resolve) => setTimeout(resolve, 500));
|
||||
window.history.replaceState({}, '', window.location.pathname);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue