Remove unnecessary requires
This commit is contained in:
parent
4d0be8081a
commit
6b5d7b4ef2
|
@ -4,9 +4,6 @@
|
||||||
# authors: Robin Ward
|
# authors: Robin Ward
|
||||||
# url: https://github.com/discourse/discourse-oauth2-basic
|
# url: https://github.com/discourse/discourse-oauth2-basic
|
||||||
|
|
||||||
require 'uri'
|
|
||||||
require 'net/http'
|
|
||||||
|
|
||||||
require_dependency 'auth/oauth2_authenticator.rb'
|
require_dependency 'auth/oauth2_authenticator.rb'
|
||||||
|
|
||||||
enabled_site_setting :oauth2_enabled
|
enabled_site_setting :oauth2_enabled
|
||||||
|
|
Loading…
Reference in New Issue