Improve forms
This commit is contained in:
parent
8226329b61
commit
6f3b7c6dc3
11 changed files with 83 additions and 14 deletions
|
|
@ -12,7 +12,7 @@
|
|||
<hr>
|
||||
</div>
|
||||
|
||||
<form id="user" method="post">
|
||||
<form id="account" method="post">
|
||||
|
||||
<div class="mb-3">
|
||||
<input
|
||||
|
|
@ -20,6 +20,7 @@
|
|||
class="form-check-input me-2"
|
||||
id="reset_totp"
|
||||
name="reset_totp"
|
||||
autocomplete="off"
|
||||
required
|
||||
>
|
||||
<label for="reset_totp" class="form-label">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue