Skip to content

Commit

Permalink
address comments left by @hbrooks on #166 (Big refactor);
Browse files Browse the repository at this point in the history
  • Loading branch information
ellipsis-dev[bot] authored Jan 25, 2024
1 parent 05cc66a commit 0a395b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/auth/SignUpForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export default function SignUpForm() {
className="space-y-6"
action="#"
method="POST"
onSubmit={() => onFormSubmit}
onSubmit={onFormSubmit}
>
<div>
<label
Expand Down Expand Up @@ -99,4 +99,4 @@ export default function SignUpForm() {
</form>
</>
);
}
}

0 comments on commit 0a395b8

Please sign in to comment.