This commit is contained in:
Your Name 2023-10-09 11:55:45 -04:00
parent 5079d8fad4
commit ebd3dcea87
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
<body>
<p>
Hello {{.UserName}}! This is your Two Factor Authentication code to finish logging in to {{.SiteName}}. If you did not request this code,
Hello {{.FullName}}! This is your Two Factor Authentication code to finish logging in to {{.SiteName}}. If you did not request this code,
please contact us immediately. This code will expire in 30 minutes.<br><br>
<h1>Your 2FA code is: {{.Code}}</h1>
</p>

View File

@ -4,7 +4,7 @@
</head>
<body>
<p>Hello {{.UserName}}! Someone (hopefully you) has attempted an account recovery at {{.SiteName}}. If this was
<p>Hello {{.UserName}}! Someone (hopefully you) has attempted an account recovery at {{.SiteName}}.<br> If this was
you, enter the following code to regain access: {{.RecoveryCode}}<br> If this was not you, you can safely
ignore this email.</p>
</body>