Skip to content

Commit 09dd4b4

Browse files
authored
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: #24501 We should have a PR opened shortly to re-scope the routes.
1 parent ea1afb9 commit 09dd4b4

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Diff for: templates/user/settings/applications.tmpl

+5-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@
1818
</div>
1919
<i class="text {{if .HasRecentActivity}}green{{end}}" {{if .HasRecentActivity}}data-tooltip-content="{{$.locale.Tr "settings.token_state_desc"}}"{{end}}>{{svg "fontawesome-send" 36}}</i>
2020
<div class="content">
21-
<details><summary><strong>{{.Name}}</strong></summary>
21+
<!--Temporarily disable-->
22+
<strong>{{.Name}}</strong>
23+
<details class="gt-hidden"><summary><strong>{{.Name}}</strong></summary>
2224
<p class="gt-my-2">{{$.locale.Tr "settings.scopes_list"}}</p>
2325
<ul class="gt-my-2">
2426
{{range .Scope.StringSlice}}
@@ -45,7 +47,8 @@
4547
<label for="name">{{.locale.Tr "settings.token_name"}}</label>
4648
<input id="name" name="name" value="{{.name}}" autofocus required>
4749
</div>
48-
<details class="ui optional field">
50+
<!--Temporarily disable-->
51+
<details class="gt-hidden ui optional field">
4952
<summary class="gt-p-2">
5053
{{.locale.Tr "settings.select_scopes"}}
5154
</summary>

0 commit comments

Comments
 (0)