blob: 2081ae8e4e95782bafb66439a1a891821fa686a8 (
plain)
1
2
3
4
5
6
7
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" .}}
|