mirror of
https://github.com/bitwarden/browser
synced 2026-01-02 00:23:35 +00:00
removed redundant clear index from logout
This commit is contained in:
@@ -587,7 +587,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.searchService.clearIndex();
|
||||
|
||||
await this.stateEventRunnerService.handleEvent("logout", userBeingLoggedOut as UserId);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user