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

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