[ACS-6576] Local storage prefix is not always created/updated properly in ADW (#3602)

* [ACS-6576] set local storage prefix

* [ACS-6576] remove redundant async
This commit is contained in:
Mykyta Maliarchuk
2024-01-16 10:01:46 +01:00
committed by GitHub
parent dc2c7c9109
commit c77528c530
2 changed files with 17 additions and 3 deletions

View File

@@ -98,6 +98,7 @@ export class AppService implements OnDestroy {
this.authenticationService.onLogin.subscribe(() => {
this.ready.next(true);
this.preferencesService.setStoragePrefix(this.authenticationService.getUsername());
});
this.authenticationService.onLogout.subscribe(() => {