Don't catch submit events in Vipps button

This commit is contained in:
olaven 2024-09-23 17:38:29 +02:00
parent d491f129c0
commit 3d07c813f7
2 changed files with 8 additions and 3 deletions

View File

@ -30,7 +30,12 @@ export const DonationSection = function () {
</p>
<div className="justify-center my-8">
<form className={"flex flex-col mx-4"}>
<form
className={"flex flex-col mx-4"}
onSubmit={(e) => {
e.preventDefault();
}}
>
<Input
type={"email"}
placeholder={"din@epost.no"}

View File

@ -1,7 +1,7 @@
# Bugs
- [ ] enter on sponsor input reloads the page
- [ ] reproduce
- [ ] fix
- [x] reproduce
- [x] fix
- [ ] report back to user (MFA email)
- [ ] user (MFA email) gets an error with one of his emails (see mail thread)
- [x] reproduce