mirror of
https://github.com/wassname/flask-security.git
synced 2026-07-12 00:50:18 +08:00
7 lines
144 B
Plaintext
7 lines
144 B
Plaintext
Welcome {{ user.email }}!
|
|
|
|
{% if security.confirmable %}
|
|
You can confirm your email through the link below:
|
|
|
|
{{ confirmation_link }}
|
|
{% endif %} |