refactor(ui): modify input type

This commit is contained in:
robin 2022-12-13 16:18:52 +08:00
parent bd478a1400
commit a936f6f273
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ const Index: FC = () => {
<Form.Control
autoComplete="off"
required
type="text"
type="email"
placeholder=""
value={formData.e_mail.value}
isInvalid={formData.e_mail.isInvalid}