We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 725aeeb commit bddd7edCopy full SHA for bddd7ed
lib/omniauth/strategies/marvin.rb
@@ -20,10 +20,10 @@ class Marvin < OmniAuth::Strategies::OAuth2
20
mobile: raw_info["mobile"],
21
name: raw_info["displayname"],
22
image: raw_info["image_url"],
23
- staff?: raw_info["staff?"]
+ staff?: raw_info["staff?"],
24
correction_point: raw_info["correction_point"],
25
- wallet: raw_info["wallet"]
26
- level: raw_info["level"]
+ wallet: raw_info["wallet"],
+ level: raw_info["level"],
27
grade: raw_info["grade"]
28
}
29
end
0 commit comments