Add junk mail info in email code data
ci/woodpecker/push/build Pipeline was successful Details

This commit is contained in:
Melon 2022-11-24 16:46:32 +00:00
parent f4cebbcece
commit cdce989baa
Signed by: melon
GPG Key ID: 6C9D970C50D26A25
1 changed files with 5 additions and 1 deletions

View File

@ -15,7 +15,11 @@
<h1>Email Code</h1>
<section>
<label for="email-code">Email</label>
<div>You will receive an email containing a code soon to verify your email address. Please check your junk inbox.</div>
</section>
<section>
<label for="email-code">Code</label>
<input id="email-code" type="text" name="email-code" placeholder=" " autocomplete="email-code" required bind:value={inputCode} />
</section>
</div>