Skip to content

Commit

Permalink
Update form.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
delbaoliveira committed Mar 19, 2024
1 parent 310dbed commit af0f238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/(public)/login/form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export function LoginForm() {
</div>
{state?.message && <p className="text-red-500">{state.message}</p>}
<LoginFormButton />
<Button className="w-full" variant="outline">
<Button className="w-full" variant="outline" type="submit">
Login with Google
</Button>
</div>
Expand Down

0 comments on commit af0f238

Please sign in to comment.