mirror of
https://github.com/simple-login/app.git
synced 2024-11-16 17:08:30 +01: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 %}
|
{% endif %}
|
||||||
</h1>
|
</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 -->
|
<!-- Change email -->
|
||||||
<div class="card">
|
<div class="card">
|
||||||
<form method="post" enctype="multipart/form-data">
|
<form method="post" enctype="multipart/form-data">
|
||||||
|
|
Loading…
Reference in a new issue