1
0
mirror of https://github.com/pocket-id/pocket-id.git synced 2026-02-11 06:34:19 +00:00
Files
pocket-id/backend/resources/email-templates/one-time-access_text.tmpl
2026-01-11 12:31:26 +01:00

11 lines
275 B
Cheetah

{{define "root"}}{{.AppName}}
YOUR LOGIN CODE
Click the button below to sign in to {{.AppName}} with a login code.
Or visit {{.Data.LoginLink}} and enter the code {{.Data.Code}}.
This code expires in {{.Data.ExpirationString}}.
Sign In {{.Data.LoginLinkWithCode}}{{end}}