We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79d5395 commit 17eb4d3Copy full SHA for 17eb4d3
resources/js/pages/settings/password.tsx
@@ -59,8 +59,8 @@ export default function Password() {
59
<PasswordInput
60
id="current_password"
61
ref={currentPasswordInput}
62
- label="New password"
63
- error={errors.password}
+ label="Current password"
+ error={errors.current_password}
64
value={data.current_password}
65
onChange={(e) => setData('current_password', e.target.value)}
66
type="password"
0 commit comments