diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/template/oob.tmpl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/web/template/oob.tmpl b/web/template/oob.tmpl new file mode 100644 index 000000000..2081ae8e4 --- /dev/null +++ b/web/template/oob.tmpl @@ -0,0 +1,8 @@ +{{ template "header.tmpl" .}} + <main> + <h1>Hi {{ .user }}!</h1> + <p>Here's your out-of-band token with scope <em>{{.scope}}</em>:</p> + <p><code>{{ .oobToken }}</code><p> + <p>Use it wisely!</p> + </main> +{{ template "footer.tmpl" .}}
\ No newline at end of file |