mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00: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:
@@ -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..."
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user