Skip to content

Commit

Permalink
Merge branch 'main' of github.com:JeremyC-za/doorkeeper into custom_a…
Browse files Browse the repository at this point in the history
…ttributes_multitenancy_patch
  • Loading branch information
JeremyC-za committed May 18, 2023
2 parents e1d907f + f02fcb4 commit e2bbbfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/generators/doorkeeper/templates/initializer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@
# true in case resource owner authorized for the specific application or false in other
# cases.
#
# Be default all Resource Owners are authorized to any Client (application).
# By default all Resource Owners are authorized to any Client (application).
#
# authorize_resource_owner_for_client do |client, resource_owner|
# resource_owner.admin? || client.owners_allowlist.include?(resource_owner)
Expand Down

0 comments on commit e2bbbfc

Please sign in to comment.