Skip to content

Commit 46d0244

Browse files
authored
fix: read:org scope (#22556)
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)
1 parent 86c6b0d commit 46d0244

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/user/settings/applications.tmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@
8080
</div>
8181
<div class="field">
8282
<div class="ui checkbox">
83-
<input class="enable-system" type="checkbox" name="scope" value="read:public_key">
84-
<label>read:public_key</label>
83+
<input class="enable-system" type="checkbox" name="scope" value="read:org">
84+
<label>read:org</label>
8585
</div>
8686
</div>
8787
</div>

0 commit comments

Comments
 (0)