Skip to content

Commit

Permalink
Add logging line to staging to uncover users
Browse files Browse the repository at this point in the history
  • Loading branch information
benvand committed Nov 13, 2024
1 parent d288394 commit a945a83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/controllers/users/omniauth_callbacks_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ def openid_connect
gov_user = User.find_or_create_from_gov_one(email: email, gov_one_id: gov_one_id)

delete_session_params
Rails.logger.info("Logging in: #{gov_user}")
sign_in_and_redirect gov_user if gov_user
end

Expand Down

0 comments on commit a945a83

Please # to comment.