Skip to content

Commit

Permalink
Fix template bug of access scope (#22540)
Browse files Browse the repository at this point in the history
Fix #20908 (comment)

Co-authored-by: techknowlogick <techknowlogick@gitea.io>
  • Loading branch information
lunny and techknowlogick authored Jan 20, 2023
1 parent b833ce4 commit 0c048e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/user/settings/applications.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
</div>
<div class="field">
<div class="ui checkbox">
<input class="enable-system" type="checkbox" name="scope" value="public:repo">
<input class="enable-system" type="checkbox" name="scope" value="public_repo">
<label>public_repo</label>
</div>
</div>
Expand Down

0 comments on commit 0c048e5

Please sign in to comment.