1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-27 04:03:00 +02: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:
Jared Snider 2024-02-07 10:38:14 -05:00 committed by GitHub
parent 923cac0a96
commit 0eb9e760aa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 6 deletions

View File

@ -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"

View File

@ -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..."
},