This commit is contained in:
Timothy Jaeryang Baek 2025-08-08 18:40:03 +04:00
parent 9af64f0db1
commit 69f6fbe4e7

View file

@ -146,7 +146,7 @@
placeholder={$i18n.t('Enter New Password')} placeholder={$i18n.t('Enter New Password')}
bind:value={_user.password} bind:value={_user.password}
autocomplete="new-password" autocomplete="new-password"
required required={false}
/> />
</div> </div>
</div> </div>