mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-10 04:05:42 +01:00
show OAuth2 requested scopes in authorization UI
- by displaying the scopes requested for authorization in the OAuth2 app, users can make more informed decisions when granting access
This commit is contained in:
parent
7dbad27156
commit
8524589d8c
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@
|
|||
<b>{{ctx.Locale.Tr "auth.authorize_application_description"}}</b><br>
|
||||
{{ctx.Locale.Tr "auth.authorize_application_created_by" .ApplicationCreatorLinkHTML}}
|
||||
</p>
|
||||
<p>With scopes: {{.Scope}}.</p>
|
||||
</div>
|
||||
<div class="ui attached segment">
|
||||
<p>{{ctx.Locale.Tr "auth.authorize_redirect_notice" .ApplicationRedirectDomainHTML}}</p>
|
||||
|
|
Loading…
Reference in a new issue