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
class MSUnet < OmniAuth::Strategies::OAuth2
option :client_options, {
site: "https://oauth.ais.msu.edu",
authorize_path: "/oauth/authorize",
authorize_url: "/oauth/authorize",
token_url: "/oauth/token"
}
......@@ -26,7 +25,7 @@ module OmniAuth
end
extra do
{ :raw_info => raw_info }
{ raw_info: raw_info }
end
def raw_info
......@@ -37,4 +36,4 @@ module OmniAuth
end
end
OmniAuth.config.add_camelization 'msunet', 'MSUnet'
\ No newline at end of file
OmniAuth.config.add_camelization 'msunet', 'MSUnet'
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