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:
@@ -274,7 +274,6 @@ export class AppComponent implements OnDestroy, OnInit {
|
||||
this.cipherService.clear(userId),
|
||||
this.folderService.clear(userId),
|
||||
this.collectionService.clear(userId),
|
||||
this.policyService.clear(userId),
|
||||
this.passwordGenerationService.clear(),
|
||||
this.biometricStateService.logout(userId as UserId),
|
||||
this.paymentMethodWarningService.clear(),
|
||||
|
||||
Reference in New Issue
Block a user