1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 08:13:42 +00:00

Clear provider state on logout (#8563)

This commit is contained in:
Addison Beck
2024-04-05 13:10:55 -05:00
committed by GitHub
parent 2ff990edd2
commit 6df52262a9
4 changed files with 3 additions and 5 deletions

View File

@@ -584,7 +584,6 @@ export class AppComponent implements OnInit, OnDestroy {
await this.passwordGenerationService.clear(userBeingLoggedOut);
await this.vaultTimeoutSettingsService.clear(userBeingLoggedOut);
await this.biometricStateService.logout(userBeingLoggedOut as UserId);
await this.providerService.save(null, userBeingLoggedOut as UserId);
await this.stateEventRunnerService.handleEvent("logout", userBeingLoggedOut as UserId);