omniauth-geoloqi 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
@@ -22,8 +22,7 @@ module OmniAuth
|
|
22
22
|
{
|
23
23
|
:display_name => access_token.params['display_name'],
|
24
24
|
:username => access_token.params['username'],
|
25
|
-
:
|
26
|
-
:is_anonymous => access_token.params['is_anonymous']
|
25
|
+
:is_anonymous => (access_token.params['is_anonymous'] == '1')
|
27
26
|
}
|
28
27
|
end
|
29
28
|
|