Skip to content

Commit 0c048e5

Browse files
Fix template bug of access scope (#22540)
Fix #20908 (comment) Co-authored-by: techknowlogick <[email protected]>
1 parent b833ce4 commit 0c048e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/user/settings/applications.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
</div>
6161
<div class="field">
6262
<div class="ui checkbox">
63-
<input class="enable-system" type="checkbox" name="scope" value="public:repo">
63+
<input class="enable-system" type="checkbox" name="scope" value="public_repo">
6464
<label>public_repo</label>
6565
</div>
6666
</div>

0 commit comments

Comments
 (0)