From 9fe429cfc7bbf680b208d53ea78cc8aecf5c72a1 Mon Sep 17 00:00:00 2001 From: mahula Date: Tue, 9 May 2023 14:11:43 +0200 Subject: [PATCH] refine password reset email template --- backend/src/emails/templates/resetPassword/html.pug | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/backend/src/emails/templates/resetPassword/html.pug b/backend/src/emails/templates/resetPassword/html.pug index bc6f45404..f7abf0a6d 100644 --- a/backend/src/emails/templates/resetPassword/html.pug +++ b/backend/src/emails/templates/resetPassword/html.pug @@ -11,8 +11,7 @@ block content h2.heading= t('emails.resetPassword.title') div(class="p_content")= t('emails.resetPassword.pleaseClickLink') a.button-3.w-button(href=resetLink) #{t('emails.general.reset')} - //- div(class="p_content")= t('emails.general.orCopyLink') - h2.heading-2 Neuen gültigen Link anfordern - div(class="p_content")= t('emails.resetPassword.duration', { hours: timeDurationObject.hours, minutes: timeDurationObject.minutes }) - br - a.button-4.w-button(href=resendLink) #{t('emails.general.newLink')} + div(class="p_content")= t('emails.general.orCopyLink') + a(href=resetLink) #{resetLink} + + include ../includes/requestNewLink.pug