mirror of
https://github.com/simple-login/app.git
synced 2025-02-21 22:32:56 +08:00
rename onboarding-1 to onboarding/send-from-alias
This commit is contained in:
parent
3f1716d9ec
commit
929e965f23
3 changed files with 2 additions and 2 deletions
|
@ -42,8 +42,8 @@ def onboarding_1(user):
|
|||
send_email(
|
||||
user.email,
|
||||
f"Do you know you can send emails to anyone from your alias?",
|
||||
render("com/onboarding-1.txt", user=user),
|
||||
render("com/onboarding-1.html", user=user),
|
||||
render("com/onboarding/send-from-alias.txt", user=user),
|
||||
render("com/onboarding/send-from-alias.html", user=user),
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue