From 93d5180dfcf4cf16b221de05384fe1331fa29bc1 Mon Sep 17 00:00:00 2001 From: = Date: Wed, 12 Jun 2024 19:24:44 +0530 Subject: [PATCH] feat: just forward for ldap users --- .../Signup/components/UserInfoSSOStep/UserInfoSSOStep.tsx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/frontend/src/views/Signup/components/UserInfoSSOStep/UserInfoSSOStep.tsx b/frontend/src/views/Signup/components/UserInfoSSOStep/UserInfoSSOStep.tsx index e718d98516..c65317662e 100644 --- a/frontend/src/views/Signup/components/UserInfoSSOStep/UserInfoSSOStep.tsx +++ b/frontend/src/views/Signup/components/UserInfoSSOStep/UserInfoSSOStep.tsx @@ -196,6 +196,12 @@ export const UserInfoSSOStep = ({ } }; + useEffect(() => { + if (password && providerOrganizationName) { + signupErrorCheck(); + } + }, [providerOrganizationName, password]); + return (

@@ -265,6 +271,7 @@ export const UserInfoSSOStep = ({ colorSchema="primary" variant="outline_bg" isLoading={isLoading} + isDisabled={isLoading} > {" "} {String(t("signup.signup"))}{" "}