mirror of
https://github.com/BradNut/example-sveltekit-email-password-webauthn
synced 2025-09-08 17:40:27 +00:00
minor template changes
This commit is contained in:
parent
eadc5b2e6b
commit
927ac0def7
2 changed files with 4 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue