mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 15:53:27 +00:00
feat: add folder.clear warning (#16376)
This commit is contained in:
@@ -1640,6 +1640,7 @@ export default class MainBackground {
|
||||
await Promise.all([
|
||||
this.keyService.clearKeys(userBeingLoggedOut),
|
||||
this.cipherService.clear(userBeingLoggedOut),
|
||||
// ! DO NOT REMOVE folderService.clear ! For more information see PM-25660
|
||||
this.folderService.clear(userBeingLoggedOut),
|
||||
this.vaultTimeoutSettingsService.clear(userBeingLoggedOut),
|
||||
this.biometricStateService.logout(userBeingLoggedOut),
|
||||
|
||||
Reference in New Issue
Block a user