From d7fa592521c50241817c1908c222e843fd1c8dbe Mon Sep 17 00:00:00 2001 From: Jason Ng Date: Thu, 11 Jul 2024 18:47:54 -0400 Subject: [PATCH] [PM-9646] Identity v2 Edit Defects (#10076) * add necessary module to identity. update toggle btn with testing attr --- .../components/identity/identity.component.html | 16 ++++++++++++++-- .../components/identity/identity.component.ts | 2 ++ 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/libs/vault/src/cipher-form/components/identity/identity.component.html b/libs/vault/src/cipher-form/components/identity/identity.component.html index f55397ce464..09abfb6b157 100644 --- a/libs/vault/src/cipher-form/components/identity/identity.component.html +++ b/libs/vault/src/cipher-form/components/identity/identity.component.html @@ -53,14 +53,26 @@ {{ "ssn" | i18n }} - + {{ "passportNumber" | i18n }} - + diff --git a/libs/vault/src/cipher-form/components/identity/identity.component.ts b/libs/vault/src/cipher-form/components/identity/identity.component.ts index c1f44503610..a5545815e30 100644 --- a/libs/vault/src/cipher-form/components/identity/identity.component.ts +++ b/libs/vault/src/cipher-form/components/identity/identity.component.ts @@ -15,6 +15,7 @@ import { FormFieldModule, IconButtonModule, SelectModule, + TypographyModule, } from "@bitwarden/components"; import { CipherFormContainer } from "../../cipher-form-container"; @@ -34,6 +35,7 @@ import { CipherFormContainer } from "../../cipher-form-container"; FormFieldModule, IconButtonModule, SelectModule, + TypographyModule, ], }) export class IdentitySectionComponent implements OnInit {