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