forked from mirrors/gotosocial
3bb45b7179
* move helpful advice into oauth server * rewrite HandleAuthorizeRequest to allow oob
8 lines
No EOL
265 B
Cheetah
8 lines
No EOL
265 B
Cheetah
{{ 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" .}} |