mirror of
https://github.com/simple-login/app.git
synced 2025-02-23 15:23:27 +08:00
Fix: Remove * from a param (typo) (#1498)
Co-authored-by: Adrià Casajús <adria.casajus@proton.ch>
This commit is contained in:
parent
9378b8a17d
commit
0284719dbb
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ def onboarding_mailbox(user):
|
|||
"SimpleLogin Tip: Multiple mailboxes",
|
||||
render("com/onboarding/mailbox.txt", user=user, to_email=comm_email),
|
||||
render("com/onboarding/mailbox.html", user=user, to_email=comm_email),
|
||||
*unsubscribe_link,
|
||||
unsubscribe_link,
|
||||
via_email,
|
||||
retries=3,
|
||||
ignore_smtp_error=True,
|
||||
|
|
Loading…
Reference in a new issue