pull/3543/merge
Mark Huang 2025-03-20 13:43:59 +13:00 committed by GitHub
commit 1e41795f23
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -108,7 +108,8 @@
<p>{{ $t("prompts.optionalPassword") }}</p>
<input
class="input input--block"
type="password"
type="text"
autocomplete="one-time-code"
v-model.trim="password"
tabindex="3"
/>