Files
pocket-id-pocket-id/backend/resources/email-templates/one-time-access_text.tmpl
2025-03-10 12:45:45 +01:00

11 lines
273 B
Cheetah

{{ define "base" -}}
Login Code
====================
Click the link below to sign in to {{ .AppName }} with a login code. This code expires in 15 minutes.
{{ .Data.LoginLinkWithCode }}
Or visit {{ .Data.LoginLink }} and enter the the code "{{ .Data.Code }}".
{{ end -}}