use plain text as sharing password inputing

pull/3543/head
Mark Huang 2024-10-18 20:57:26 +08:00 committed by GitHub
parent 129a4fd39d
commit f849359ab9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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