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.
1 parent ece4d02 commit 1a07693Copy full SHA for 1a07693
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