forked from Alex/Pterodactyl-Panel
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
@ -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 New Issue
Block a user