mirror of
https://github.com/simple-login/app.git
synced 2024-11-16 00:48:32 +01:00
fix verification email should be sent to mailbox
This commit is contained in:
parent
991a76dabd
commit
144c7fcc6c
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ def mailbox_route():
|
||||||
+ f"?mailbox_id={mailbox_id_signed}"
|
+ f"?mailbox_id={mailbox_id_signed}"
|
||||||
)
|
)
|
||||||
send_email(
|
send_email(
|
||||||
current_user.email,
|
mailbox_email,
|
||||||
f"Please confirm your email {mailbox_email}",
|
f"Please confirm your email {mailbox_email}",
|
||||||
render(
|
render(
|
||||||
"transactional/verify-mailbox.txt",
|
"transactional/verify-mailbox.txt",
|
||||||
|
|
Loading…
Reference in a new issue