Skip to content

Commit

Permalink
Docs: NextJS Github OAuth <Form> -> <form> (#1059)
Browse files Browse the repository at this point in the history
  • Loading branch information
estubmo authored Sep 2, 2023
1 parent 22019a8 commit b6ef3eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions documentation/content/guidebook/github-oauth/$nextjs-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ const Form = ({
}) => {
const router = useRouter();
return (
<Form
<form
action={action}
method="post"
onSubmit={async (e) => {
Expand All @@ -386,7 +386,7 @@ const Form = ({
}}
>
{children}
</Form>
</form>
);
};

Expand Down

1 comment on commit b6ef3eb

@vercel
Copy link

@vercel vercel bot commented on b6ef3eb Sep 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.