can sign up with username instead of email on local network server

This commit is contained in:
Carter 2026-06-03 14:57:48 -06:00
parent 9324655a9e
commit 7f1b907fa0

View file

@ -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