lib/generators/rodauth/oauth/templates/app/views/rodauth/new_oauth_application.html.erb in rodauth-oauth-1.6.0 vs lib/generators/rodauth/oauth/templates/app/views/rodauth/new_oauth_application.html.erb in rodauth-oauth-1.6.2
- old
+ new
@@ -38,10 +38,10 @@
<%= rodauth.field_error('jwks_uri') %>
</div>
<% end %>
<% rodauth.oauth_application_scopes.each do |scope| %>
<div class="form-check">
- <%= check_box_tag "scopes[]", scope, id: scope, class: "form-check-input" %>
+ <%= check_box_tag "scopes[]", scope, false, id: scope, class: "form-check-input" %>
<%= scope %>
</div>
<% end %>
<div class="form-group">
<%= submit_tag rodauth.oauth_application_button, class: "btn btn-primary" %>
\ No newline at end of file