1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-21 10:43:35 +00:00

remove archive date when soft deleting (#16794)

This commit is contained in:
Nick Krantz
2025-10-10 11:41:18 -05:00
committed by GitHub
parent 9c7d794cac
commit bc48164cb9
2 changed files with 23 additions and 0 deletions

View File

@@ -1412,6 +1412,7 @@ export class CipherService implements CipherServiceAbstraction {
return;
}
ciphers[cipherId].deletedDate = new Date().toISOString();
ciphers[cipherId].archivedDate = null;
};
if (typeof id === "string") {