mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-09-25 20:25:56 +00:00
parent
531b6d60e1
commit
6fba174606
2 changed files with 3 additions and 3 deletions
|
@ -9,11 +9,11 @@
|
|||
{{template "base/alert" .}}
|
||||
<p>
|
||||
<b>{{.i18n.Tr "auth.authorize_application_description"}}</b><br/>
|
||||
{{.i18n.Tr "auth.authorize_application_created_by" (.ApplicationUserLink|Escape) | Str2html}}
|
||||
{{.i18n.Tr "auth.authorize_application_created_by" .ApplicationUserLinkHTML | Str2html}}
|
||||
</p>
|
||||
</div>
|
||||
<div class="ui attached segment">
|
||||
<p>{{.i18n.Tr "auth.authorize_redirect_notice" (.ApplicationRedirectDomainHTML|Escape) | Str2html}}</p>
|
||||
<p>{{.i18n.Tr "auth.authorize_redirect_notice" .ApplicationRedirectDomainHTML | Str2html}}</p>
|
||||
</div>
|
||||
<div class="ui attached segment">
|
||||
<form method="post" action="{{AppSubUrl}}/login/oauth/grant">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue