1
0
mirror of https://github.com/pocket-id/pocket-id.git synced 2026-02-08 07:59:15 +00:00
Files
pocket-id/backend/resources/email-templates/one-time-access_text.tmpl
Elias Schneider fe1c4b18cd feat: add ability to send login code via email (#457)
Co-authored-by: Kyle Mendell <kmendell@ofkm.us>
2025-04-20 18:32:40 +02:00

11 lines
289 B
Cheetah

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