|
|
|
|
@ -689,6 +689,7 @@ export class AppComponent implements OnInit, OnDestroy {
@@ -689,6 +689,7 @@ export class AppComponent implements OnInit, OnDestroy {
|
|
|
|
|
await this.eventUploadService.uploadEvents(userBeingLoggedOut); |
|
|
|
|
await this.keyService.clearKeys(userBeingLoggedOut); |
|
|
|
|
await this.cipherService.clear(userBeingLoggedOut); |
|
|
|
|
// ! DO NOT REMOVE folderService.clear ! For more information see PM-25660
|
|
|
|
|
await this.folderService.clear(userBeingLoggedOut); |
|
|
|
|
await this.vaultTimeoutSettingsService.clear(userBeingLoggedOut); |
|
|
|
|
await this.biometricStateService.logout(userBeingLoggedOut); |
|
|
|
|
|