mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
Update policy service to clear its own state (#8564)
This commit is contained in:
@@ -583,7 +583,6 @@ export class AppComponent implements OnInit, OnDestroy {
|
||||
await this.collectionService.clear(userBeingLoggedOut);
|
||||
await this.passwordGenerationService.clear(userBeingLoggedOut);
|
||||
await this.vaultTimeoutSettingsService.clear(userBeingLoggedOut);
|
||||
await this.policyService.clear(userBeingLoggedOut);
|
||||
await this.biometricStateService.logout(userBeingLoggedOut as UserId);
|
||||
await this.providerService.save(null, userBeingLoggedOut as UserId);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user