Merge pull request #2731 from AreYouRlyScared/fix2710
Rename duplicated input id
This commit is contained in:
commit
e54612d533
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