refactor: remove type email

This commit is contained in:
Elias Schneider
2022-12-05 18:09:18 +01:00
parent b5c7b04fcb
commit e2527de976
6 changed files with 1 additions and 6 deletions

View File

@@ -80,7 +80,6 @@ const Body = ({
{...accountForm.getInputProps("username")}
/>
<TextInput
type="email"
label="Email"
{...accountForm.getInputProps("email")}
/>