make sure ppl know the benefit of linking an email

pull/164/head
Aevann 2023-06-30 23:07:44 +03:00
parent e4662247b7
commit 57ed09561b
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@
<label for="email-register" class="mt-3">Email Address</label>
<small class="d-inline-block text-muted ml-1">(optional)</small>
<small class="d-inline-block text-muted ml-1">(optional, but you'll need it if you forget your password)</small>
<input style="background-color: var(--gray-800)" autocomplete="off" class="form-control" id="email-register" type="email" pattern='{{EMAIL_REGEX_PATTERN}}' name="email" readonly data-nonce="{{g.nonce}}" {% if email %}value="{{email}}"{% endif %}>