can sign up with username instead of email on local network server
This commit is contained in:
parent
9324655a9e
commit
7f1b907fa0
1 changed files with 2 additions and 2 deletions
|
|
@ -102,8 +102,8 @@ export default function LocalAuthPlaceholder(props: Props) {
|
|||
/>
|
||||
)}
|
||||
<TextField
|
||||
label="Email"
|
||||
type="email"
|
||||
label="Username or Email"
|
||||
type="text"
|
||||
value={email}
|
||||
onChange={e => setEmail(e.target.value)}
|
||||
required
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue