We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1ab0d9d + 1a07693 commit 549518bCopy full SHA for 549518b
lib/omniauth/strategies/microsoft_graph.rb
@@ -89,7 +89,7 @@ def get_access_token(request)
89
verifier = body && body['code']
90
client_get_token(verifier, '/auth/microsoft_graph/callback') if verifier
91
rescue JSON::ParserError => e
92
- warn "[omniauth google-oauth2] JSON parse error=#{e}"
+ warn "[omniauth microsoft_graph] JSON parse error=#{e}"
93
end
94
95
0 commit comments