Skip to content

Commit 6508633

Browse files
gjacob24aaronskiba
authored andcommitted
Remove DMPonline specific code from doorkeeper initializer
Co-Authored-By: gjacob24 <97518971+gjacob24@users.noreply.github.com>
1 parent 10380fa commit 6508633

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

config/initializers/doorkeeper.rb

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,3 @@
5858
# enable ssl requirement for redirect url
5959
force_ssl_in_redirect_uri true
6060
end
61-
62-
# add support for dmp_multi_tenancy if available
63-
Rails.application.config.to_prepare do
64-
if defined?(Roadmap::Extension::TenantLookup)
65-
[Doorkeeper::ApplicationsController,
66-
Doorkeeper::AuthorizationsController,
67-
Doorkeeper::AuthorizedApplicationsController].each do |controller|
68-
controller.include Roadmap::Extension::TenantLookup
69-
end
70-
end
71-
end

0 commit comments

Comments
 (0)