mirror of
https://github.com/bitwarden/browser
synced 2026-02-03 02:03:53 +00:00
Undo proc reload
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user