Skip to content

Commit

Permalink
catch proper exception
Browse files Browse the repository at this point in the history
  • Loading branch information
davvd committed Jul 19, 2024
1 parent 1d6a899 commit 0fcf69d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ GEM
ansi (1.5.0)
ast (2.4.2)
aws-eventstream (1.3.0)
aws-partitions (1.956.0)
aws-sdk-core (3.201.1)
aws-partitions (1.957.0)
aws-sdk-core (3.201.2)
aws-eventstream (~> 1, >= 1.3.0)
aws-partitions (~> 1, >= 1.651.0)
aws-sigv4 (~> 1.8)
Expand Down Expand Up @@ -155,7 +155,7 @@ GEM
builder
minitest (>= 5.0)
ruby-progressbar
mocha (2.4.0)
mocha (2.4.2)
ruby2_keywords (>= 0.0.5)
money (6.19.0)
i18n (>= 0.6.4, <= 2)
Expand Down Expand Up @@ -334,7 +334,7 @@ GEM
slop (~> 4.4)
xml-simple (1.1.9)
rexml
zache (0.13.1)
zache (0.13.2)
zold (0.31.8)
backtrace (~> 0.3)
concurrent-ruby (~> 1.1)
Expand Down
2 changes: 1 addition & 1 deletion front/front_login.rb
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
settings.config['github']['encryption_secret'],
context
).to_user['login'].downcase
rescue OpenSSL::Cipher::CipherError
rescue GLogin::Codec::DecodingError
@locals.delete(:guser)
end
end
Expand Down

0 comments on commit 0fcf69d

Please sign in to comment.