mirror of
https://github.com/Myzel394/kleckrelay-website.git
synced 2025-06-19 15:55: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
|
<TextField
|
||||||
key="email"
|
key="email"
|
||||||
fullWidth
|
fullWidth
|
||||||
|
autoFocus
|
||||||
name="email"
|
name="email"
|
||||||
id="email"
|
id="email"
|
||||||
label="Email"
|
label="Email"
|
||||||
|
@ -92,6 +92,7 @@ export default function EmailForm({onSignUp, serverSettings}: EmailFormProps): R
|
|||||||
<TextField
|
<TextField
|
||||||
key="email"
|
key="email"
|
||||||
fullWidth
|
fullWidth
|
||||||
|
autoFocus
|
||||||
name="email"
|
name="email"
|
||||||
id="email"
|
id="email"
|
||||||
label={t("routes.SignupRoute.forms.email.form.email.label")}
|
label={t("routes.SignupRoute.forms.email.form.email.label")}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user