Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Mar 18, 2024
1 parent ca59c90 commit 429b4b0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ee/tabby-ui/app/auth/signup/components/user-register-form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ export function UserAuthForm({
const form = useForm<z.infer<typeof formSchema>>({
resolver: zodResolver(formSchema),
defaultValues: {
email: "",
password1: "",
password2: "",
email: '',
password1: '',
password2: '',
invitationCode
}
})
Expand Down

0 comments on commit 429b4b0

Please sign in to comment.