mirror of
https://github.com/wassname/flask-security.git
synced 2026-06-27 16:10:11 +08:00
7 lines
198 B
HTML
7 lines
198 B
HTML
<p>Welcome {{ user.email }}!</p>
|
|
|
|
{% if security.confirmable %}
|
|
<p>You can confirm your email through the link below:</p>
|
|
|
|
<p><a href="{{ confirmation_link }}">Confirm my account</a></p>
|
|
{% endif %} |