Fix template bug of access scope (#22540)
Fix https://github.com/go-gitea/gitea/pull/20908#discussion_r1082075526 Co-authored-by: techknowlogick <techknowlogick@gitea.io>
This commit is contained in:
parent
b833ce4964
commit
0c048e554b
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Reference in a new issue