mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-06-27 23:49:44 +08:00
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:
@ -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 New Issue
Block a user