3
0

Fix MFA template title in provisions

This commit is contained in:
Jože Fortun
2023-05-19 16:10:31 +02:00
parent 7e7c7c4b25
commit e98ec7d8f2

View File

@@ -47,7 +47,7 @@ templates:
short: MFA login code content
template: |-
{{template "email_general_header" .}}
<h2 style="color: #568ba2;text-align: center;">Reset your password</h2>
<h2 style="color: #568ba2;text-align: center;">Your login code</h2>
<p>Hello,</p>
<p>Enter this code into your login form: <code>{{.Code}}</code></p>
{{template "email_general_footer" .}}