mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-01 06:48:56 +00:00
a902af75f4
Support OAuth2 applications created by admins on the admin panel, they aren't owned by anybody. Co-authored-by: wxiaoguang <wxiaoguang@gmail.com> Co-authored-by: Lauris BH <lauris@nix.lv>
14 lines
404 B
Handlebars
14 lines
404 B
Handlebars
{{template "base/head" .}}
|
|
<div class="page-content admin config">
|
|
{{template "admin/navbar" .}}
|
|
<div class="ui container">
|
|
<div class="twelve wide column content">
|
|
{{template "base/alert" .}}
|
|
<h4 class="ui top attached header">
|
|
{{.locale.Tr "settings.applications"}}
|
|
</h4>
|
|
{{template "user/settings/applications_oauth2_list" .}}
|
|
</div>
|
|
</div>
|
|
</div>
|
|
{{template "base/footer" .}}
|