From 67eb5075d462e36796fb02471deb61aeb29cafdf Mon Sep 17 00:00:00 2001 From: SamidyFR <168582143+SamidyFR@users.noreply.github.com> Date: Fri, 6 Mar 2026 23:42:53 +0000 Subject: [PATCH] style: auto-fix linting issues --- js/accounts/auth.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/accounts/auth.js b/js/accounts/auth.js index b6b65d9..27fb1bd 100644 --- a/js/accounts/auth.js +++ b/js/accounts/auth.js @@ -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); }