Mfa bugs #38
|
|
@ -30,7 +30,12 @@ export const DonationSection = function () {
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<div className="justify-center my-8">
|
<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
|
<Input
|
||||||
type={"email"}
|
type={"email"}
|
||||||
placeholder={"din@epost.no"}
|
placeholder={"din@epost.no"}
|
||||||
|
|
|
||||||
4
todo.md
4
todo.md
|
|
@ -1,7 +1,7 @@
|
||||||
# Bugs
|
# Bugs
|
||||||
- [ ] enter on sponsor input reloads the page
|
- [ ] enter on sponsor input reloads the page
|
||||||
- [ ] reproduce
|
- [x] reproduce
|
||||||
- [ ] fix
|
- [x] fix
|
||||||
- [ ] report back to user (MFA email)
|
- [ ] report back to user (MFA email)
|
||||||
- [ ] user (MFA email) gets an error with one of his emails (see mail thread)
|
- [ ] user (MFA email) gets an error with one of his emails (see mail thread)
|
||||||
- [x] reproduce
|
- [x] reproduce
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue