mirror of
https://github.com/bitwarden/browser
synced 2026-02-10 21:50:15 +00:00
Fix null active account
This commit is contained in:
@@ -49,6 +49,7 @@ export class AccountServiceImplementation implements InternalAccountService {
|
||||
if (userId == null) {
|
||||
// indicates no account is active
|
||||
this.activeAccountId.next(undefined);
|
||||
return;
|
||||
}
|
||||
|
||||
if (this.accounts.value[userId] == null) {
|
||||
|
||||
Reference in New Issue
Block a user