Skip to content

Commit

Permalink
Merge pull request #396 from PNPyrenees/patch-1
Browse files Browse the repository at this point in the history
Update mail_check.py
  • Loading branch information
lpofredc committed Mar 28, 2024
2 parents 3bedaf1 + ae35b64 commit 3684e38
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion backend/gncitizen/utils/mail_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,11 @@ def confirm_user_email(newuser, with_confirm_link=True):
subject,
to,
from_addr,
html_message=template.format(activate_url=activate_url),
html_message=template.format(
activate_url=activate_url,
app_url=current_app.config["URL_APPLICATION"],
app_name=current_app.config["appName"],
),
)

except Exception as e:
Expand Down

0 comments on commit 3684e38

Please sign in to comment.