Skip to content

Commit

Permalink
fix function style
Browse files Browse the repository at this point in the history
  • Loading branch information
fouteox committed Jul 10, 2024
1 parent fd9e3d3 commit d117d8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/LoginLink.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default function LoginLink({
redirectUrl = null,
userAttributes = null,
}) {
function submit(event: FormEvent) {
function submit(event) {
event.preventDefault();
router.post(route('loginLinkLogin'), {
email: email,
Expand Down

0 comments on commit d117d8d

Please sign in to comment.