style: auto-fix linting issues

This commit is contained in:
SamidyFR 2026-03-06 23:42:53 +00:00 committed by github-actions[bot]
parent e15ca352a0
commit 67eb5075d4

View file

@ -23,7 +23,7 @@ export class AuthManager {
window.history.replaceState({}, '', window.location.pathname); window.history.replaceState({}, '', window.location.pathname);
} }
} else if (isOAuthRedirect) { } else if (isOAuthRedirect) {
await new Promise(resolve => setTimeout(resolve, 500)); await new Promise((resolve) => setTimeout(resolve, 500));
window.history.replaceState({}, '', window.location.pathname); window.history.replaceState({}, '', window.location.pathname);
} }