Skip to content

Commit

Permalink
fix weird devise warning
Browse files Browse the repository at this point in the history
  • Loading branch information
bpurinton committed May 29, 2024
1 parent 48de195 commit f07607e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/initializers/devise.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# https://github.com/heartcombo/devise/issues/5644
Devise.setup do |config|
config.secret_key = Rails.application.secret_key_base
end

0 comments on commit f07607e

Please sign in to comment.