Skip to content
Snippets Groups Projects
Commit 37126d8d authored by Tomaka, Andrew's avatar Tomaka, Andrew
Browse files

Minor cosmetic fixes

parent 35cc5a46
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,6 @@ module OmniAuth ...@@ -6,7 +6,6 @@ module OmniAuth
class MSUnet < OmniAuth::Strategies::OAuth2 class MSUnet < OmniAuth::Strategies::OAuth2
option :client_options, { option :client_options, {
site: "https://oauth.ais.msu.edu", site: "https://oauth.ais.msu.edu",
authorize_path: "/oauth/authorize",
authorize_url: "/oauth/authorize", authorize_url: "/oauth/authorize",
token_url: "/oauth/token" token_url: "/oauth/token"
} }
...@@ -26,7 +25,7 @@ module OmniAuth ...@@ -26,7 +25,7 @@ module OmniAuth
end end
extra do extra do
{ :raw_info => raw_info } { raw_info: raw_info }
end end
def raw_info def raw_info
...@@ -37,4 +36,4 @@ module OmniAuth ...@@ -37,4 +36,4 @@ module OmniAuth
end end
end end
OmniAuth.config.add_camelization 'msunet', 'MSUnet' OmniAuth.config.add_camelization 'msunet', 'MSUnet'
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment