mirror of https://sc.cryxtal.org/crystal/forgejo
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
311 B
9 lines
311 B
{{template "admin/layout_head" (dict "ctxData" . "pageClass" "admin config")}}
|
|
<div class="admin-setting-content">
|
|
<h4 class="ui top attached header">
|
|
{{ctx.Locale.Tr "settings.applications"}}
|
|
</h4>
|
|
{{template "user/settings/applications_oauth2_list" .}}
|
|
</div>
|
|
{{template "admin/layout_footer" .}}
|