Mfa bugs #38

Merged
olaven merged 4 commits from mfa-bugs into main 2024-09-23 15:44:16 +00:00
2 changed files with 8 additions and 3 deletions
Showing only changes of commit 3d07c813f7 - Show all commits

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