mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-02-04 11:36:46 +00:00
Co-authored-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com> Co-authored-by: Elias Schneider <login@eliasschneider.com>
12 lines
295 B
Cheetah
12 lines
295 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}} {{.Data.LoginLink}} and enter the code
|
|
{{.Data.Code}}.
|
|
|
|
This code expires in {{.Data.ExpirationString}}.
|
|
|
|
Sign In {{.Data.LoginLinkWithCode}}{{end}} |