aboutsummaryrefslogtreecommitdiff
path: root/pages/login.tsx
diff options
context:
space:
mode:
authorlonkaars <l.leblansch@gmail.com>2021-03-09 19:45:47 +0100
committerlonkaars <l.leblansch@gmail.com>2021-03-09 19:45:47 +0100
commite4b7c38451efef544f1ed639fc0d9e3597a920a0 (patch)
tree4f94a47a18944806f8dcc6ccb30d29296ac223af /pages/login.tsx
parent57b098efd90b72c854582de9d7dafdc40506d5a9 (diff)
user page date + async stuffings
Diffstat (limited to 'pages/login.tsx')
-rw-r--r--pages/login.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/login.tsx b/pages/login.tsx
index 9df9490..1cbacb1 100644
--- a/pages/login.tsx
+++ b/pages/login.tsx
@@ -49,7 +49,7 @@ export default function LoginPage() {
}}>
<Vierkant>
<form onSubmit={submitLogin}>
- <Input autocomplete="username" id="email" label="email of gebruikersnaam" style={{ marginBottom: 12 }}></Input>
+ <Input autofocus autocomplete="username" id="email" label="email of gebruikersnaam" style={{ marginBottom: 12 }}></Input>
<Input autocomplete="current-password" id="password" label="wachtwoord" type="password"></Input>
<div style={{
marginTop: 24,