mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-11-01 15:00:00 +00:00
3bb45b7179
* move helpful advice into oauth server * rewrite HandleAuthorizeRequest to allow oob
8 lines
265 B
Cheetah
8 lines
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" .}} |