1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-01 01:03:39 +00:00

add Address3 to identity export

This commit is contained in:
jaasen-livefront
2025-11-21 16:23:00 -08:00
parent 82a08d8ade
commit 8ac7d17c99

View File

@@ -102,6 +102,7 @@ export class IdentityExport {
this.lastName = safeGetString(o.lastName);
this.address1 = safeGetString(o.address1);
this.address2 = safeGetString(o.address2);
this.address3 = safeGetString(o.address3);
this.city = safeGetString(o.city);
this.state = safeGetString(o.state);
this.postalCode = safeGetString(o.postalCode);