Skip to content

Commit

Permalink
fix: return lazy_setup
Browse files Browse the repository at this point in the history
  • Loading branch information
scmmishra committed May 23, 2024
1 parent 662e5ec commit d92e021
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/initializers/omniauth.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
provider :google_oauth2, client_id, client_secret, { provider_ignores_state: true }
end

lazy_setup.call
lazy_setup
end

0 comments on commit d92e021

Please sign in to comment.