diff --git a/apps/web/app/auth/signup/InviteOnlySignUp.tsx b/apps/web/app/auth/signup/InviteOnlySignUp.tsx index af88a5a6..12169dba 100644 --- a/apps/web/app/auth/signup/InviteOnlySignUp.tsx +++ b/apps/web/app/auth/signup/InviteOnlySignUp.tsx @@ -38,9 +38,9 @@ const validate = (values: any) => { errors.username = 'Username must be at least 4 characters' } - if (!values.bio) { - errors.bio = 'Required' - } + // if (!values.bio) { + // errors.bio = 'Required' + // } return errors } @@ -163,7 +163,7 @@ function InviteOnlySignUpComponent(props: InviteOnlySignUpProps) { {/* for bio */} - + {/* @@ -173,7 +173,7 @@ function InviteOnlySignUpComponent(props: InviteOnlySignUpProps) { required /> - + */}
diff --git a/apps/web/app/auth/signup/OpenSignup.tsx b/apps/web/app/auth/signup/OpenSignup.tsx index 8bcbf404..61729049 100644 --- a/apps/web/app/auth/signup/OpenSignup.tsx +++ b/apps/web/app/auth/signup/OpenSignup.tsx @@ -38,9 +38,9 @@ const validate = (values: any) => { errors.username = 'Username must be at least 4 characters' } - if (!values.bio) { - errors.bio = 'Required' - } + // if (!values.bio) { + // errors.bio = 'Required' + // } return errors } @@ -157,7 +157,7 @@ function OpenSignUpComponent() { {/* for bio */} - + {/* @@ -167,7 +167,7 @@ function OpenSignUpComponent() { required /> - + */}