Skip to content

Commit 8994831

Browse files
committed
492: Add autofocus to change password dialog
1 parent eafd06b commit 8994831

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/client/src/pages/UserManagement/Components/Dialog/ChangePasswordDialog.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ export default function ChangePasswordDialog(props) {
7171
label="Password"
7272
onBlur={() => trigger("password")}
7373
type="password"
74+
autoFocus
7475
fullWidth
7576
/>
7677
{errors.password &&

0 commit comments

Comments
 (0)