mirror of
https://github.com/bitwarden/browser
synced 2026-02-13 06:54:07 +00:00
wip
This commit is contained in:
@@ -19,6 +19,7 @@ export class ManageTaxInformationComponent implements OnInit, OnDestroy {
|
||||
postalCode: ["", Validators.required],
|
||||
includeTaxId: false,
|
||||
taxId: "",
|
||||
taxIdType: "",
|
||||
line1: "",
|
||||
line2: "",
|
||||
city: "",
|
||||
@@ -74,6 +75,7 @@ export class ManageTaxInformationComponent implements OnInit, OnDestroy {
|
||||
country: values.country,
|
||||
postalCode: values.postalCode,
|
||||
taxId: values.taxId,
|
||||
taxIdType: values.taxIdType,
|
||||
line1: values.line1,
|
||||
line2: values.line2,
|
||||
city: values.city,
|
||||
|
||||
Reference in New Issue
Block a user