Skip to content

Commit

Permalink
Merge pull request #4661 from tulibraries/BL-1904-fix-redirect-error
Browse files Browse the repository at this point in the history
BL-1904: Fix error on logout
  • Loading branch information
ebtoner authored Sep 11, 2024
2 parents ab0afc5 + 45f27fa commit 61c4c93
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ class Application < Rails::Application
g.fixture_replacement :factory_bot
end
#config.log_level = :debug

# Could be removed once this issue is fixed:
# https://github.com/heartcombo/devise/pull/5462
config.action_controller.raise_on_open_redirects = false
end
end

Expand Down

0 comments on commit 61c4c93

Please sign in to comment.