Skip to content

Commit 17eb4d3

Browse files
committed
fix current password input
1 parent 79d5395 commit 17eb4d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/js/pages/settings/password.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ export default function Password() {
5959
<PasswordInput
6060
id="current_password"
6161
ref={currentPasswordInput}
62-
label="New password"
63-
error={errors.password}
62+
label="Current password"
63+
error={errors.current_password}
6464
value={data.current_password}
6565
onChange={(e) => setData('current_password', e.target.value)}
6666
type="password"

0 commit comments

Comments
 (0)