From 1bae65ad33c37ff464b3269c6449e411f421dc45 Mon Sep 17 00:00:00 2001 From: yossbg Date: Fri, 1 Apr 2022 13:34:17 +0100 Subject: [PATCH] feat(templates): display link in mails sent by authelia (#2785) Co-authored-by: James Elliott --- internal/templates/html_email.go | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/internal/templates/html_email.go b/internal/templates/html_email.go index 818af7b3e..78470d212 100644 --- a/internal/templates/html_email.go +++ b/internal/templates/html_email.go @@ -97,6 +97,9 @@ const emailHTMLContent = ` text-decoration: none; text-decoration: none !important; } + .link { + color: #0645AD; + } h1 { line-height: 30px; @@ -330,6 +333,22 @@ const emailHTMLContent = ` {{.button}} + + +   + + + + Or + + + + + {{.url}} + +