mirror of
https://github.com/simple-login/app.git
synced 2025-02-24 07:43:54 +08:00
Add more guide on mailbox detail
This commit is contained in:
parent
42382bff64
commit
743170e983
1 changed files with 8 additions and 0 deletions
|
@ -22,6 +22,14 @@
|
|||
{% endif %}
|
||||
</h1>
|
||||
|
||||
{% if not mailbox.verified %}
|
||||
<div class="alert alert-info">
|
||||
Mailbox not verified, please check your inbox/spam folder for the verification email.
|
||||
<br>
|
||||
To receive the verification email again, you can delete and re-add the mailbox.
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
<!-- Change email -->
|
||||
<div class="card">
|
||||
<form method="post" enctype="multipart/form-data">
|
||||
|
|
Loading…
Reference in a new issue