mirror of
https://github.com/zitadel/zitadel.git
synced 2025-02-28 20:57:24 +00:00
fix: set active org to local and session storage (#2380)
This commit is contained in:
parent
0f9a939f44
commit
d090f12672
@ -188,6 +188,7 @@ export class GrpcAuthService {
|
||||
|
||||
public setActiveOrg(org: Org.AsObject): void {
|
||||
this.storage.setItem(StorageKey.organization, org, StorageLocation.local);
|
||||
this.storage.setItem(StorageKey.organization, org, StorageLocation.session);
|
||||
this._activeOrgChanged.next(org);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user