decisions
This commit is contained in:
parent
562f6ab1f2
commit
0d559c9365
13 changed files with 78 additions and 11 deletions
|
@ -12,7 +12,15 @@
|
|||
<input id="username" name="username" type="text" required placeholder="Benutzer" class="!rounded-b-none" />
|
||||
</div>
|
||||
<div>
|
||||
<input id="totp" name="totp" type="text" required placeholder="TOTP" class="!rounded-t-none" />
|
||||
<input
|
||||
id="totp"
|
||||
name="totp"
|
||||
type="text"
|
||||
required
|
||||
placeholder="TOTP"
|
||||
class="!rounded-t-none"
|
||||
autocomplete="off"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue