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