mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
[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:
committed by
GitHub
parent
dc2c7c9109
commit
c77528c530
@@ -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(() => {
|
||||
|
Reference in New Issue
Block a user