diff --git a/ee/tabby-ui/app/auth/components/user-auth-form.tsx b/ee/tabby-ui/app/auth/components/user-auth-form.tsx index 912dc65..65df08e 100644 --- a/ee/tabby-ui/app/auth/components/user-auth-form.tsx +++ b/ee/tabby-ui/app/auth/components/user-auth-form.tsx @@ -43,9 +43,9 @@ export function UserAuthForm({ className, invitationCode, ...props }: UserAuthFo const form = useForm>({ resolver: zodResolver(formSchema), defaultValues: { - email: "a@a.com", - password1: "a@a.comacom", - password2: "a@a.comacom", + email: "", + password1: "", + password2: "", invitationCode, } })