refactor: remove type email
This commit is contained in:
@@ -81,7 +81,6 @@ const Account = () => {
|
||||
{...accountForm.getInputProps("username")}
|
||||
/>
|
||||
<TextInput
|
||||
type="email"
|
||||
label="Email"
|
||||
{...accountForm.getInputProps("email")}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user