mirror of
https://github.com/wassname/flask-security.git
synced 2026-06-27 16:10:11 +08:00
5 lines
135 B
HTML
5 lines
135 B
HTML
<p>Welcome {{ user.email }}!</p>
|
|
|
|
<p>You can log into your through the link below:</p>
|
|
|
|
<p><a href="{{ login_link }}">Login now</a></p> |