fix autocompletes

This commit is contained in:
Luan Estradioto
2024-10-09 00:14:27 -03:00
parent d031911ada
commit 83bcf981c2
4 changed files with 15 additions and 9 deletions

View File

@@ -36,7 +36,8 @@
</div>
<div class="flex flex-col w-full gap-2 xl:flex-row">
<x-forms.input id="settings.smtp_username" label="SMTP Username" />
<x-forms.input id="settings.smtp_password" type="password" label="SMTP Password" />
<x-forms.input id="settings.smtp_password" type="password" label="SMTP Password"
autocomplete="new-password" />
<x-forms.input id="settings.smtp_timeout" helper="Timeout value for sending emails."
label="Timeout" />
</div>