persona-community-5/services/persona-api/internal/email/templates/email_verify/body.html
jordan f5f3229364
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Add components: service/persona-api, worker/media-worker, app-react/creator-ui
2026-02-24 07:40:04 +00:00

9 lines
291 B
HTML

{{define "body"}}
<p>Hi there,</p>
<p>Enter this code to verify your email address for <strong>{{.AppName}}</strong>:</p>
{{template "code_box" .}}
<p class="text-muted">This code expires in {{.ExpiresIn}} minutes. If you didn't request this, you can safely ignore this email.</p>
{{end}}