1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-13 06:54:07 +00:00
This commit is contained in:
Jonas Hendrickx
2024-11-20 10:33:04 +01:00
parent 52e7c26332
commit d786f50234
12 changed files with 236 additions and 200 deletions

View File

@@ -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,