Merge branch 'main' of github.com:SamidyFR/monochrome

This commit is contained in:
Samidy 2026-01-31 08:49:54 +03:00
commit eea02e9452

View file

@ -98,8 +98,7 @@ export function initializeSettings(scrobbler, player, api, ui) {
} }
try { try {
await authManager.sendPasswordReset(email); await authManager.sendPasswordReset(email);
} catch { } catch {}
}
}); });
} }