1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-03 02:03:53 +00:00

Undo proc reload

This commit is contained in:
Bernd Schoolmann
2025-10-17 09:34:50 +02:00
parent 6a7b2a19e4
commit cd073ad9c3

View File

@@ -33,7 +33,6 @@ export class DefaultProcessReloadService implements ProcessReloadServiceAbstract
) {}
async startProcessReload(authService: AuthService): Promise<void> {
return;
const accounts = await firstValueFrom(this.accountService.accounts$);
if (accounts != null) {
const keys = Object.keys(accounts);