diff --git a/src/components/form/SignUpForm.tsx b/src/components/form/SignUpForm.tsx
index 409aef9c..e746797b 100644
--- a/src/components/form/SignUpForm.tsx
+++ b/src/components/form/SignUpForm.tsx
@@ -56,7 +56,7 @@ const FormSchema = z
password: z.string(),
confirm_password: z.string(),
password_hint: z.string().optional(),
- referral_code: z.string().min(1, { message: 'Required.' }),
+ referral_code: z.string().optional(),
accept_tos_and_pp: z.boolean(),
accept_condition_1: z.boolean(),
})
@@ -349,10 +349,8 @@ export function SignUpForm() {
- MiBanco signups are currently available by invitation only.
-
- Please enter your invite code to complete the signup
- process.
+ If you have an invite code please enter to complete the
+ signup process.
)}
diff --git a/src/components/form/WaitlistForm.tsx b/src/components/form/WaitlistForm.tsx
index 3287e34c..0ac4ae38 100644
--- a/src/components/form/WaitlistForm.tsx
+++ b/src/components/form/WaitlistForm.tsx
@@ -149,6 +149,16 @@ export const WaitlistForm: FC<{
>
I have a Referral Code
+
+