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"))}{" "}