From 09dd4b42c7afe3f474d900b9d5856af2929a12ea Mon Sep 17 00:00:00 2001 From: Kyle D Date: Fri, 5 May 2023 11:41:44 -0400 Subject: [PATCH] Temporarily disable PATs until next release (#24527) This might be a bit contentious, but I think we should try to limit the impact of deprecating scoped PATs with the rewrite proposed here we're working on for v1.20: https://github.com/go-gitea/gitea/issues/24501 We should have a PR opened shortly to re-scope the routes. --- templates/user/settings/applications.tmpl | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/templates/user/settings/applications.tmpl b/templates/user/settings/applications.tmpl index a9ca65256..39ea90e92 100644 --- a/templates/user/settings/applications.tmpl +++ b/templates/user/settings/applications.tmpl @@ -18,7 +18,9 @@ {{svg "fontawesome-send" 36}}
-
{{.Name}} + + {{.Name}} +
{{.Name}}

{{$.locale.Tr "settings.scopes_list"}}

    {{range .Scope.StringSlice}} @@ -45,7 +47,8 @@
-
+ +
{{.locale.Tr "settings.select_scopes"}}