diff --git a/libs/common/src/auth/services/account.service.ts b/libs/common/src/auth/services/account.service.ts index 735c9a69f2f..5b73745f25a 100644 --- a/libs/common/src/auth/services/account.service.ts +++ b/libs/common/src/auth/services/account.service.ts @@ -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) {