From 7d18edfa9b4547ca79da91df6a1be04ef9796a6e Mon Sep 17 00:00:00 2001 From: "pramod.mahajan" Date: Fri, 26 Sep 2025 10:01:09 +0530 Subject: [PATCH] added tenant selection path within otp sign in way --- src/pages/authentication/LoginWithOtp.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/authentication/LoginWithOtp.jsx b/src/pages/authentication/LoginWithOtp.jsx index 8b07f8fb..a1af0e40 100644 --- a/src/pages/authentication/LoginWithOtp.jsx +++ b/src/pages/authentication/LoginWithOtp.jsx @@ -52,7 +52,7 @@ const LoginWithOtp = () => { setLoading(false); localStorage.removeItem("otpUsername"); localStorage.removeItem("otpSentTime"); - navigate("/dashboard"); + navigate("/auth/switch/org"); } catch (err) { showToast("Invalid or expired OTP.", "error");