diff --git a/web/template/authorize.tmpl b/web/template/authorize.tmpl index 2b3b3ab..fa6338b 100644 --- a/web/template/authorize.tmpl +++ b/web/template/authorize.tmpl @@ -2,7 +2,7 @@ - Auth + GoToSocial Authorization -{{if len .code | eq 0 }}
-

Authorize

-

The client would like to perform actions on your behalf.

+

Hi {{.user}}!

+

Application {{.appname}} {{if len .appwebsite | eq 0 | not}}({{.appwebsite}}) {{end}}would like to perform actions on your behalf, with scope {{.scope}}.

+

The application will redirect to {{.redirect}} to continue.

-{{else}} - -
-
- {{.code}} -
-
- -{{end}} -