This commit is contained in:
24c02 2025-12-05 21:57:28 -05:00
parent b5d6e5bc56
commit aa879c419a

View file

@ -104,9 +104,9 @@ class IdentitiesController < ApplicationController
# If returning to an OAuth flow, skip Slack provisioning redirect
next_action = if @return_to.present? && @return_to.start_with?("/oauth/authorize")
"home"
else
else
@onboarding_scenario.next_action.to_s
end
end
login_attempt = LoginAttempt.create!(
identity: @identity,