Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
compwron committed Jul 1, 2023
1 parent 9f13b2b commit 10d219c
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions config/initializers/devise.rb
Original file line number Diff line number Diff line change
Expand Up @@ -348,10 +348,8 @@

# ==> Configuration for devise-jwt secret key generation
config.jwt do |jwt|
begin
jwt.secret = Rails.application.credentials.devise.jwt_secret_key
rescue => e
Bugsnag.notify(e)
end
jwt.secret = Rails.application.credentials.devise.jwt_secret_key
rescue => e
Bugsnag.notify(e)
end
end

0 comments on commit 10d219c

Please sign in to comment.