omniauth-clio 0.0.211 → 0.0.212
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/omniauth-clio/version.rb +1 -1
- data/lib/omniauth/strategies/Clio.rb +4 -4
- metadata +1 -1
@@ -16,10 +16,10 @@ module OmniAuth
|
|
16
16
|
|
17
17
|
info do
|
18
18
|
{
|
19
|
-
:last_name => raw_info['user']['last_name']
|
20
|
-
:first_name => raw_info['user']['first_name']
|
21
|
-
:email => raw_info['user']['email']
|
22
|
-
:firm => raw_info['account']['name']
|
19
|
+
:last_name => raw_info['user']['last_name'],
|
20
|
+
:first_name => raw_info['user']['first_name'],
|
21
|
+
:email => raw_info['user']['email'],
|
22
|
+
:firm => raw_info['account']['name'],
|
23
23
|
}
|
24
24
|
|
25
25
|
def authorize_params
|