1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-13 23:03:32 +00:00

[PM-8527] Identity Add Edit Browser V2 (#10016)

* Add Identity Edit Section for Browser V2 Edit Work
This commit is contained in:
Jason Ng
2024-07-10 12:25:20 -04:00
committed by GitHub
parent aa57260756
commit 91294e9c4d
7 changed files with 299 additions and 0 deletions

View File

@@ -3607,6 +3607,15 @@
"filters": {
"message": "Filters"
},
"personalDetails": {
"message": "Personal details"
},
"identification": {
"message": "Identification"
},
"contactInfo": {
"message": "Contact info"
},
"downloadAttachment": {
"message": "Download - $ITEMNAME$",
"placeholders": {

View File

@@ -55,6 +55,9 @@ export class OpenAttachmentsComponent implements OnInit {
}
async ngOnInit(): Promise<void> {
if (!this.cipherId) {
return;
}
const cipherDomain = await this.cipherService.get(this.cipherId);
const cipher = await cipherDomain.decrypt(
await this.cipherService.getKeyForCipherKeyDecryption(cipherDomain),