1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 16:23:44 +00:00

PM-1354 - Fix master password not auto focused on web login flow (#5139)

This commit is contained in:
Jared Snider
2023-04-04 16:39:49 -04:00
committed by GitHub
parent 68d5558b9f
commit 4d6d3c4bd5
2 changed files with 12 additions and 4 deletions

View File

@@ -68,8 +68,8 @@
id="login_input_master-password"
type="password"
bitInput
#masterPasswordInput
formControlName="masterPassword"
appAutofocus
/>
<button type="button" bitSuffix bitIconButton bitPasswordInputToggle></button>
</bit-form-field>