Skip to content

Commit

Permalink
Merge pull request #4 from arkedge/rename-file-from-errors-to-error
Browse files Browse the repository at this point in the history
Rename file `errors.rb` => `error.rb`
  • Loading branch information
sankichi92 authored Sep 18, 2024
2 parents 00ecdbf + ec1cdd9 commit 9a433d7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/redmine_amzn_alb_authn/application_controller_patch.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true

require_relative 'errors'
require_relative 'error'
require_relative 'oidc_data_decoder'

module RedmineAmznAlbAuthn
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion lib/redmine_amzn_alb_authn/oidc_data_decoder.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
require 'active_support/core_ext/numeric/time'
require 'jwt'

require_relative 'errors'
require_relative 'error'

module RedmineAmznAlbAuthn
# Verifies and decodes the JWT from the X-Amzn-Oidc-Data header sent by ALB.
Expand Down

0 comments on commit 9a433d7

Please sign in to comment.