1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-11 13:53:34 +00:00

feat: add folder.clear warning (#16376)

This commit is contained in:
Andreas Coroiu
2025-09-11 16:05:32 +02:00
committed by GitHub
parent 840e6a9ae2
commit a2e36c4489
5 changed files with 5 additions and 0 deletions

View File

@@ -258,6 +258,7 @@ export class AppComponent implements OnDestroy, OnInit {
await Promise.all([
this.keyService.clearKeys(userId),
this.cipherService.clear(userId),
// ! DO NOT REMOVE folderService.clear ! For more information see PM-25660
this.folderService.clear(userId),
this.biometricStateService.logout(userId),
]);