mirror of
https://github.com/simple-login/app.git
synced 2025-02-23 07:13:18 +08:00
redirect user to TOTP in welcome email
This commit is contained in:
parent
4709237b92
commit
ef2a385563
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
|||
{% block content %}
|
||||
{{ render_text("My name is Son. I’m the founder of SimpleLogin and I wanted to be the first to welcome you on board.") }}
|
||||
|
||||
{{ render_text('To better secure your account, I recommend enabling Multi-Factor Authentication (MFA) on your <a href="https://app.simplelogin.io/dashboard/setting">Setting page</a>.') }}
|
||||
{{ render_text('To better secure your account, I recommend enabling Multi-Factor Authentication (MFA) on your <a href="https://app.simplelogin.io/dashboard/setting/#totp">Setting page</a>.') }}
|
||||
|
||||
{{ render_text('If you have any feedback or improvement ideas please let me know by simply replying to this email. Yes, this email is not sent from a no-reply address.
|
||||
') }}
|
||||
|
|
Loading…
Reference in a new issue