From aa879c419ac88ab4338793ecc6557fd12de14ff7 Mon Sep 17 00:00:00 2001 From: 24c02 <163450896+24c02@users.noreply.github.com> Date: Fri, 5 Dec 2025 21:57:28 -0500 Subject: [PATCH] lindt --- app/controllers/identities_controller.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/controllers/identities_controller.rb b/app/controllers/identities_controller.rb index 9db4a0a..ba55247 100644 --- a/app/controllers/identities_controller.rb +++ b/app/controllers/identities_controller.rb @@ -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,