Skip to content

Commit e54612d

Browse files
authored
Merge pull request pterodactyl#2731 from AreYouRlyScared/fix2710
Rename duplicated input id
2 parents d68d598 + bdad262 commit e54612d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/scripts/components/dashboard/forms/UpdatePasswordForm.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ export default () => {
7777
</div>
7878
<div css={tw`mt-6`}>
7979
<Field
80-
id={'confirm_password'}
80+
id={'confirm_new_password'}
8181
type={'password'}
8282
name={'confirmPassword'}
8383
label={'Confirm New Password'}

0 commit comments

Comments
 (0)