1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-12 06:13:38 +00:00

Bug fix - Yubikey code obscured (#9624)

This commit is contained in:
vinith-kovan
2024-06-17 00:03:43 +05:30
committed by GitHub
parent 1976843f75
commit 18b56c0b5a

View File

@@ -38,7 +38,7 @@
<bit-form-field> <bit-form-field>
<bit-label class="tw-sr-only">{{ "verificationCode" | i18n }}</bit-label> <bit-label class="tw-sr-only">{{ "verificationCode" | i18n }}</bit-label>
<input <input
type="text" type="password"
bitInput bitInput
formControlName="token" formControlName="token"
appAutofocus appAutofocus