mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-01 15:19:09 +01: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>
7 lines
197 B
Handlebars
7 lines
197 B
Handlebars
{{template "base/head" .}}
|
|
<div class="page-content admin config">
|
|
{{template "admin/navbar" .}}
|
|
|
|
{{template "user/settings/applications_oauth2_edit_form" .}}
|
|
</div>
|
|
{{template "base/footer" .}}
|