Skip to content

Commit

Permalink
Fix: template name
Browse files Browse the repository at this point in the history
  • Loading branch information
Rotheem committed Jan 15, 2025
1 parent d815a53 commit a774e63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/core/myeclpay/endpoints_myeclpay.py
Original file line number Diff line number Diff line change
Expand Up @@ -1262,7 +1262,7 @@ async def create_user_devices(

if settings.SMTP_ACTIVE:
account_exists_content = templates.get_template(

Check warning on line 1264 in app/core/myeclpay/endpoints_myeclpay.py

View check run for this annotation

Codecov / codecov/patch

app/core/myeclpay/endpoints_myeclpay.py#L1264

Added line #L1264 was not covered by tests
"activate_myeclpay_device.html",
"activate_myeclpay_device_mail.html",
).render(
{
"activation_link": f"{settings.CLIENT_URL}myeclpay/users/me/wallet/devices/activate/{activation_token}",
Expand Down

0 comments on commit a774e63

Please sign in to comment.