1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-10 05:30:01 +00:00

Merge branch 'main' into innovation/archive/clients

This commit is contained in:
Shane
2025-03-19 14:48:59 -07:00

View File

@@ -117,6 +117,12 @@ export default {
canDeleteCipher$() {
return of(true);
},
canRestoreCipher$() {
return of(true);
},
canCloneCipher$() {
return of(true);
},
},
},
],