mirror of
https://github.com/Myzel394/kleckrelay-website.git
synced 2025-06-18 23:45:26 +02:00
improved inputs
This commit is contained in:
parent
35e4630b51
commit
bc094c0534
@ -72,6 +72,7 @@ export default function EmailForm({onLogin}: EmailFormProps): ReactElement {
|
||||
<TextField
|
||||
key="email"
|
||||
fullWidth
|
||||
autoFocus
|
||||
name="email"
|
||||
id="email"
|
||||
label="Email"
|
||||
|
@ -92,6 +92,7 @@ export default function EmailForm({onSignUp, serverSettings}: EmailFormProps): R
|
||||
<TextField
|
||||
key="email"
|
||||
fullWidth
|
||||
autoFocus
|
||||
name="email"
|
||||
id="email"
|
||||
label={t("routes.SignupRoute.forms.email.form.email.label")}
|
||||
|
Loading…
x
Reference in New Issue
Block a user