mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 00:03:56 +00:00
feat: add folder.clear warning (#16376)
This commit is contained in:
@@ -907,6 +907,7 @@ export class ServiceContainer {
|
||||
this.eventUploadService.uploadEvents(userId as UserId),
|
||||
this.keyService.clearKeys(userId),
|
||||
this.cipherService.clear(userId),
|
||||
// ! DO NOT REMOVE folderService.clear ! For more information see PM-25660
|
||||
this.folderService.clear(userId),
|
||||
]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user