From de0fd64a5e143945c4a35a0f205dd428bfe409f1 Mon Sep 17 00:00:00 2001 From: Palash gupta Date: Mon, 30 May 2022 22:04:45 +0530 Subject: [PATCH] fix: button is disable until condition is met --- frontend/src/pages/SignUp/SignUp.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/src/pages/SignUp/SignUp.tsx b/frontend/src/pages/SignUp/SignUp.tsx index 1a99e0a5a5..d184e74a4e 100644 --- a/frontend/src/pages/SignUp/SignUp.tsx +++ b/frontend/src/pages/SignUp/SignUp.tsx @@ -340,7 +340,8 @@ function SignUp({ version }: SignUpProps): JSX.Element { !organizationName || !password || !confirmPassword || - confirmPasswordError + confirmPasswordError || + isPasswordPolicyError } > Get Started