style: auto-fix linting issues

This commit is contained in:
SamidyFR 2026-01-21 23:47:43 +00:00 committed by github-actions[bot]
parent e9a15d812f
commit 471b61d413

View file

@ -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();
export const authManager = new AuthManager();