diff --git a/libs/vault/src/cipher-view/cipher-view.component.html b/libs/vault/src/cipher-view/cipher-view.component.html index 2a2a4ded05..68c80a7bd5 100644 --- a/libs/vault/src/cipher-view/cipher-view.component.html +++ b/libs/vault/src/cipher-view/cipher-view.component.html @@ -9,11 +9,7 @@ - + diff --git a/libs/vault/src/cipher-view/login-credentials/login-credentials-view.component.html b/libs/vault/src/cipher-view/login-credentials/login-credentials-view.component.html index 9ca983a5c9..3cd8431519 100644 --- a/libs/vault/src/cipher-view/login-credentials/login-credentials-view.component.html +++ b/libs/vault/src/cipher-view/login-credentials/login-credentials-view.component.html @@ -3,7 +3,7 @@

{{ "loginCredentials" | i18n }}

- + {{ "username" | i18n }} @@ -11,7 +11,7 @@ readonly bitInput type="text" - [value]="login.username" + [value]="cipher.login.username" aria-readonly="true" data-testid="login-username" /> @@ -19,20 +19,20 @@ bitIconButton="bwi-clone" bitSuffix type="button" - [appCopyClick]="login.username" + [appCopyClick]="cipher.login.username" [valueLabel]="'username' | i18n" showToast [appA11yTitle]="'copyValue' | i18n" data-testid="toggle-username" > - + {{ "password" | i18n }} @@ -45,7 +45,7 @@ (toggledChange)="pwToggleValue($event)" > - + - + {{ "verificationCodeTotp" | i18n }} +