mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-27 06:22:46 +03:00
chore(core): password input should be focused (#7125)
This commit is contained in:
parent
5b8b2bbf48
commit
235882f6f3
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user