mirror of
https://github.com/wassname/flask-security.git
synced 2026-07-16 01:20:15 +08:00
5 lines
156 B
HTML
5 lines
156 B
HTML
<p>Welcome {{ user.email }}!</p>
|
|
|
|
<p>You can confirm your email through the link below:</p>
|
|
|
|
<p><a href="{{ confirmation_link }}">Confirm my account</a></p> |