persona-community-2/services/persona-api/internal/email/templates/magic_link/body.html
2026-02-23 10:54:06 +00:00

14 lines
434 B
HTML

{{define "body"}}
<h2>Sign in to {{.AppName}}</h2>
<p>Click the button below to sign in. This link expires in {{.ExpiresIn}} minutes.</p>
{{template "button" .}}
<p class="text-muted">Or copy this link into your browser:<br>
<a href="{{.ActionURL}}">{{.ActionURL}}</a></p>
<hr class="divider">
<p class="text-muted">If you didn't request this sign-in link, you can safely ignore this email — your account is secure.</p>
{{end}}