Rename duplicated input id
Renames the field id so its unique and chrome dosen't complain <3 Closes https://github.com/pterodactyl/panel/issues/2710
This commit is contained in:
parent
1473bf9b8c
commit
bdad2621b2
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ export default () => {
|
|||
</div>
|
||||
<div css={tw`mt-6`}>
|
||||
<Field
|
||||
id={'confirm_password'}
|
||||
id={'confirm_new_password'}
|
||||
type={'password'}
|
||||
name={'confirmPassword'}
|
||||
label={'Confirm New Password'}
|
||||
|
|
Loading…
Reference in a new issue