Skip to content
This repository has been archived by the owner on Oct 5, 2021. It is now read-only.

Commit

Permalink
attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronkrolik committed May 10, 2017
1 parent aaefdb3 commit ce5cd0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/iap_verifier.rb
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ def call(env)
end

rescue => e
return return_forbidden "BAD JWT TOKEN. MALFORMED2. IP: [#{request.ip}], errors: #{errors}, e: #{e}", request
return return_forbidden "BAD JWT TOKEN. MALFORMED2. IP: [#{request.ip}], e: #{e}", request
end

continue_request(env, request, 'NO SKIP')
Expand Down

0 comments on commit ce5cd0f

Please sign in to comment.