mirror of
https://github.com/go-gitea/gitea
synced 2025-07-26 04:08:35 +00:00
14 lines
480 B
Handlebars
14 lines
480 B
Handlebars
{{template "base/head" .}}
|
|
<div role="main" aria-label="{{.Title}}" class="page-content oauth2-authorize-application-box">
|
|
<div class="ui container tw-max-w-[500px]">
|
|
<h1 class="ui top attached header">
|
|
{{ctx.Locale.Tr "auth.authorization_failed"}}
|
|
</h1>
|
|
<h3 class="ui attached segment">{{.Error.ErrorDescription}}</h3>
|
|
<div class="ui attached segment">
|
|
<p>{{ctx.Locale.Tr "auth.authorization_failed_desc"}}</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
{{template "base/footer" .}}
|