We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0422ec6 commit 4b0f14fCopy full SHA for 4b0f14f
1 file changed
app/controllers/fees_controller.rb
@@ -18,7 +18,7 @@ def index
18
end
19
rescue ActionController::ParameterMissing
20
redirect_to 'https://www.lib.berkeley.edu/find/borrow-renew?section=pay-fees', allow_other_host: true
21
- rescue JWT::DecodeError, JWT::VerificationError => e
+ rescue JWT::DecodeError => e
22
Rails.logger.warn "JWT verification failed: #{e.message}"
23
redirect_to(action: :transaction_error)
24
0 commit comments