chore(core): password input should be focused (#7125)

This commit is contained in:
fundon 2024-06-03 02:24:37 +00:00
parent 5b8b2bbf48
commit 235882f6f3
No known key found for this signature in database
GPG Key ID: 398BFA91AC539CF7

View File

@ -91,6 +91,7 @@ export const SignInWithPassword: FC<AuthPanelProps> = ({
value={email}
/>
<AuthInput
autoFocus
data-testid="password-input"
label={t['com.affine.auth.password']()}
value={password}