From 471b61d413d68a7ab9db4782cd40aea85b904472 Mon Sep 17 00:00:00 2001 From: SamidyFR <168582143+SamidyFR@users.noreply.github.com> Date: Wed, 21 Jan 2026 23:47:43 +0000 Subject: [PATCH] style: auto-fix linting issues --- js/accounts/auth.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/js/accounts/auth.js b/js/accounts/auth.js index 502359a..1bdd124 100644 --- a/js/accounts/auth.js +++ b/js/accounts/auth.js @@ -21,11 +21,11 @@ export class AuthManager { init() { if (!auth) return; - + if (this.isTauri) { getRedirectResult(auth).catch(() => {}); } - + this.unsubscribe = onAuthStateChanged(auth, (user) => { this.user = user; this.updateUI(user); @@ -127,4 +127,4 @@ export class AuthManager { } } -export const authManager = new AuthManager(); \ No newline at end of file +export const authManager = new AuthManager();