minor template changes

This commit is contained in:
pilcrowOnPaper 2024-10-06 22:35:12 +09:00
parent eadc5b2e6b
commit 927ac0def7
2 changed files with 4 additions and 2 deletions

View file

@ -8,8 +8,9 @@
</script>
<h1>Authenticate with authenticator app</h1>
<p>Enter the code from your app.</p>
<form method="post" use:enhance>
<label for="form-totp.code">Enter the code from your app</label>
<label for="form-totp.code">Code</label>
<input id="form-totp.code" name="code" autocomplete="one-time-code" required /><br />
<button>Verify</button>
<p>{form?.message ?? ""}</p>

View file

@ -8,8 +8,9 @@
</script>
<h1>Authenticate with authenticator app</h1>
<p>Enter the code from your app.</p>
<form method="post" use:enhance>
<label for="form-totp.code">Enter the code from your app</label>
<label for="form-totp.code">Code</label>
<input id="form-totp.code" name="code" required /><br />
<button>Verify</button>
<p>{form?.message ?? ""}</p>