mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-22 11:45:59 +01:00
PM-5727 - Per product, remove passkeyEnterMasterPassword text from passkey creation dialog as it isn't correct when user logs in with a passkey and the user is presented with an OTP verification. (#7820)
This commit is contained in:
parent
923cac0a96
commit
0eb9e760aa
@ -6,9 +6,6 @@
|
|||||||
</span>
|
</span>
|
||||||
<ng-container bitDialogContent>
|
<ng-container bitDialogContent>
|
||||||
<ng-container *ngIf="currentStep === 'userVerification'">
|
<ng-container *ngIf="currentStep === 'userVerification'">
|
||||||
<p bitTypography="body1">
|
|
||||||
{{ "passkeyEnterMasterPassword" | i18n }}
|
|
||||||
</p>
|
|
||||||
<ng-container formGroupName="userVerification">
|
<ng-container formGroupName="userVerification">
|
||||||
<app-user-verification
|
<app-user-verification
|
||||||
formControlName="secret"
|
formControlName="secret"
|
||||||
|
@ -638,9 +638,6 @@
|
|||||||
"learnMoreAboutPasswordless": {
|
"learnMoreAboutPasswordless": {
|
||||||
"message": "Learn more about passwordless"
|
"message": "Learn more about passwordless"
|
||||||
},
|
},
|
||||||
"passkeyEnterMasterPassword": {
|
|
||||||
"message": "Enter your master password to modify log in with passkey settings."
|
|
||||||
},
|
|
||||||
"creatingPasskeyLoading": {
|
"creatingPasskeyLoading": {
|
||||||
"message": "Creating passkey..."
|
"message": "Creating passkey..."
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user