Skip to content

Commit

Permalink
fix: read:org scope (go-gitea#22556)
Browse files Browse the repository at this point in the history
Hard to see in the diff, but this was duplicated in the wrong section.


![read-org](https://user-images.githubusercontent.com/42128690/213774506-9b47ce23-d2e5-4dfd-af49-6ae4947ac724.png)
  • Loading branch information
jolheiser authored Jan 20, 2023
1 parent 86c6b0d commit 46d0244
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/user/settings/applications.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@
</div>
<div class="field">
<div class="ui checkbox">
<input class="enable-system" type="checkbox" name="scope" value="read:public_key">
<label>read:public_key</label>
<input class="enable-system" type="checkbox" name="scope" value="read:org">
<label>read:org</label>
</div>
</div>
</div>
Expand Down

0 comments on commit 46d0244

Please sign in to comment.