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>
|
||||
<ng-container bitDialogContent>
|
||||
<ng-container *ngIf="currentStep === 'userVerification'">
|
||||
<p bitTypography="body1">
|
||||
{{ "passkeyEnterMasterPassword" | i18n }}
|
||||
</p>
|
||||
<ng-container formGroupName="userVerification">
|
||||
<app-user-verification
|
||||
formControlName="secret"
|
||||
|
|
|
@ -638,9 +638,6 @@
|
|||
"learnMoreAboutPasswordless": {
|
||||
"message": "Learn more about passwordless"
|
||||
},
|
||||
"passkeyEnterMasterPassword": {
|
||||
"message": "Enter your master password to modify log in with passkey settings."
|
||||
},
|
||||
"creatingPasskeyLoading": {
|
||||
"message": "Creating passkey..."
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue