Skip to content

Commit 549518b

Browse files
authored
Merge pull request #27 from nishidayuya/fix_warning_message
fix warning message
2 parents 1ab0d9d + 1a07693 commit 549518b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/omniauth/strategies/microsoft_graph.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def get_access_token(request)
8989
verifier = body && body['code']
9090
client_get_token(verifier, '/auth/microsoft_graph/callback') if verifier
9191
rescue JSON::ParserError => e
92-
warn "[omniauth google-oauth2] JSON parse error=#{e}"
92+
warn "[omniauth microsoft_graph] JSON parse error=#{e}"
9393
end
9494
end
9595
end

0 commit comments

Comments
 (0)