From 2d571e3484987a994d11d03b4cb92c8a8a1e905d Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Fri, 15 Mar 2024 07:27:45 -0400 Subject: [PATCH] fix: remove minutes from template copy --- mailer/templates/verify_email_body.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mailer/templates/verify_email_body.tpl b/mailer/templates/verify_email_body.tpl index e654dde..cca465f 100644 --- a/mailer/templates/verify_email_body.tpl +++ b/mailer/templates/verify_email_body.tpl @@ -4,7 +4,7 @@ Thank you for registering with {{.PortalName}}. To complete your registration an Verification Code: {{.VerificationCode}} -Please note, this code will expire in {{.ExpireTime}} minutes. If you did not initiate this request, please ignore this email or contact our support team for assistance. +Please note, this code will expire in {{.ExpireTime}}. If you did not initiate this request, please ignore this email or contact our support team for assistance. Best regards, The {{.PortalName}} Team