Skip to content

Commit

Permalink
fix: githubログインでフォームのエラーが表示される問題を修正
Browse files Browse the repository at this point in the history
  • Loading branch information
namidapoo committed Dec 31, 2024
1 parent 471def6 commit 0c40c98
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/profile-form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ export const ProfileForm: FC = () => {
defaultValues: {
username: "",
},
mode: "onBlur",
});

function onSubmit(values: z.infer<typeof formSchema>) {
Expand Down

0 comments on commit 0c40c98

Please sign in to comment.