mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-09 14:52:57 +03:00
11 lines
273 B
Cheetah
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 -}}
|