mirror of https://github.com/go-gitea/gitea.git
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
|
@ -60,7 +60,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="field">
|
<div class="field">
|
||||||
<div class="ui checkbox">
|
<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>
|
<label>public_repo</label>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue