From 235882f6f3f3994728f2d64083715eea47bd1102 Mon Sep 17 00:00:00 2001 From: fundon Date: Mon, 3 Jun 2024 02:24:37 +0000 Subject: [PATCH] chore(core): password input should be focused (#7125) --- .../core/src/components/affine/auth/sign-in-with-password.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/frontend/core/src/components/affine/auth/sign-in-with-password.tsx b/packages/frontend/core/src/components/affine/auth/sign-in-with-password.tsx index 6f12fa0c34..450ef2f51a 100644 --- a/packages/frontend/core/src/components/affine/auth/sign-in-with-password.tsx +++ b/packages/frontend/core/src/components/affine/auth/sign-in-with-password.tsx @@ -91,6 +91,7 @@ export const SignInWithPassword: FC = ({ value={email} />