mirror of
https://github.com/bitwarden/browser
synced 2025-12-10 21:33:27 +00:00
Clear provider state on logout (#8563)
This commit is contained in:
@@ -703,7 +703,6 @@ export class Main {
|
||||
this.folderService.clear(userId),
|
||||
this.collectionService.clear(userId as UserId),
|
||||
this.passwordGenerationService.clear(),
|
||||
this.providerService.save(null, userId as UserId),
|
||||
]);
|
||||
|
||||
await this.stateEventRunnerService.handleEvent("logout", userId as UserId);
|
||||
|
||||
Reference in New Issue
Block a user