2023-09-26 20:36:03 +00:00
|
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|
|
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
|
|
<html>
|
|
|
|
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<p>
|
2023-10-09 15:55:45 +00:00
|
|
|
Hello {{.FullName}}! This is your Two Factor Authentication code to finish logging in to {{.SiteName}}. If you did not request this code,
|
2023-09-26 20:36:03 +00:00
|
|
|
please contact us immediately. This code will expire in 30 minutes.<br><br>
|
|
|
|
<h1>Your 2FA code is: {{.Code}}</h1>
|
|
|
|
</p>
|
|
|
|
|
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|