mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 08:43:33 +00:00
[PM-8527] Identity Add Edit Browser V2 (#10016)
* Add Identity Edit Section for Browser V2 Edit Work
This commit is contained in:
@@ -6,6 +6,12 @@
|
||||
[originalCipherView]="originalCipherView"
|
||||
></vault-item-details-section>
|
||||
|
||||
<vault-identity-section
|
||||
*ngIf="config.cipherType === CipherType.Identity"
|
||||
[disabled]="config.mode === 'partial-edit'"
|
||||
[originalCipherView]="originalCipherView"
|
||||
></vault-identity-section>
|
||||
|
||||
<vault-card-details-section
|
||||
*ngIf="config.cipherType === CipherType.Card"
|
||||
[originalCipherView]="originalCipherView"
|
||||
|
||||
Reference in New Issue
Block a user