added tenant selection path within otp sign in way

This commit is contained in:
pramod.mahajan 2025-09-26 10:01:09 +05:30
parent fb08e48edd
commit 7d18edfa9b

View File

@ -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");