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
|
<TextField
|
||||||
label="Email"
|
label="Username or Email"
|
||||||
type="email"
|
type="text"
|
||||||
value={email}
|
value={email}
|
||||||
onChange={e => setEmail(e.target.value)}
|
onChange={e => setEmail(e.target.value)}
|
||||||
required
|
required
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue