mirror of
https://github.com/System-End/identity-vault.git
synced 2026-04-19 19:45:08 +00:00
lindt
This commit is contained in:
parent
b5d6e5bc56
commit
aa879c419a
1 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue