Skip to content

Commit

Permalink
Start in on fixing oauth2.
Browse files Browse the repository at this point in the history
  • Loading branch information
erictheise committed Dec 18, 2024
1 parent 68b7215 commit 4371859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/oauth2_applications/_form.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
<%= f.form_group :confidential do %>
<%= f.check_box :confidential %>
<% end %>
<%= f.collection_check_boxes :scopes, Oauth.scopes(:oauth2 => true, :privileged => current_user.administrator?), :name, :description %>
<%= f.collection_check_boxes :scopes, Oauth.scopes(:privileged => current_user.administrator?), :name, :description %>
<%= f.primary %>

0 comments on commit 4371859

Please sign in to comment.