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:
@@ -1412,6 +1412,7 @@ export class CipherService implements CipherServiceAbstraction {
|
||||
return;
|
||||
}
|
||||
ciphers[cipherId].deletedDate = new Date().toISOString();
|
||||
ciphers[cipherId].archivedDate = null;
|
||||
};
|
||||
|
||||
if (typeof id === "string") {
|
||||
|
||||
Reference in New Issue
Block a user