From 8fae6c46616bac64bd8821495de84cde2c53bb4b Mon Sep 17 00:00:00 2001 From: shibao Date: Fri, 18 Feb 2022 18:05:20 -0500 Subject: [PATCH] fix email link --- lib/cannery_web/templates/email/confirm_email.html.eex | 2 +- lib/cannery_web/templates/email/reset_password.html.eex | 2 +- lib/cannery_web/templates/email/update_email.html.eex | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/cannery_web/templates/email/confirm_email.html.eex b/lib/cannery_web/templates/email/confirm_email.html.eex index d82978d..6f6434c 100644 --- a/lib/cannery_web/templates/email/confirm_email.html.eex +++ b/lib/cannery_web/templates/email/confirm_email.html.eex @@ -15,7 +15,7 @@
- <%= @url %> + <%= @url %>
diff --git a/lib/cannery_web/templates/email/reset_password.html.eex b/lib/cannery_web/templates/email/reset_password.html.eex index ff0f4f9..7251604 100644 --- a/lib/cannery_web/templates/email/reset_password.html.eex +++ b/lib/cannery_web/templates/email/reset_password.html.eex @@ -9,7 +9,7 @@
- <%= @url %> + <%= @url %>
diff --git a/lib/cannery_web/templates/email/update_email.html.eex b/lib/cannery_web/templates/email/update_email.html.eex index c2e2fd6..8729876 100644 --- a/lib/cannery_web/templates/email/update_email.html.eex +++ b/lib/cannery_web/templates/email/update_email.html.eex @@ -9,7 +9,7 @@
- <%= @url %> + <%= @url %>