From 1bee6c9ac05cc050987cf761e9bde5613bcede7e Mon Sep 17 00:00:00 2001 From: Vishnu Mohandas Date: Wed, 17 Feb 2021 16:40:07 +0530 Subject: [PATCH] Auto focus on the email entry field --- src/pages/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/index.tsx b/src/pages/index.tsx index cd0a5a179..ecfa9d845 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -97,6 +97,7 @@ export default function Home() { isInvalid={Boolean( touched.email && errors.email )} + autoFocus={true} disabled={loading} />