mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 16:53:34 +00:00
full address part 2
This commit is contained in:
2
jslib
2
jslib
Submodule jslib updated: bc43c68eb9...4d57221daa
@@ -160,11 +160,7 @@
|
|||||||
<div *ngIf="cipher.identity.address1">{{cipher.identity.address1}}</div>
|
<div *ngIf="cipher.identity.address1">{{cipher.identity.address1}}</div>
|
||||||
<div *ngIf="cipher.identity.address2">{{cipher.identity.address2}}</div>
|
<div *ngIf="cipher.identity.address2">{{cipher.identity.address2}}</div>
|
||||||
<div *ngIf="cipher.identity.address3">{{cipher.identity.address3}}</div>
|
<div *ngIf="cipher.identity.address3">{{cipher.identity.address3}}</div>
|
||||||
<div *ngIf="cipher.identity.city || cipher.identity.state || cipher.identity.postalCode">
|
<div *ngIf="cipher.identity.fullAddressPart2">{{cipher.identity.fullAddressPart2}}</div>
|
||||||
{{cipher.identity.city || '-'}},
|
|
||||||
{{cipher.identity.state || '-'}},
|
|
||||||
{{cipher.identity.postalCode || '-'}}
|
|
||||||
</div>
|
|
||||||
<div *ngIf="cipher.identity.country">{{cipher.identity.country}}</div>
|
<div *ngIf="cipher.identity.country">{{cipher.identity.country}}</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user