fix: visibility toggle for new password disabled on edit profile
This commit is contained in:
@@ -73,7 +73,9 @@ export default function FormContent() {
|
||||
</Body>
|
||||
</header>
|
||||
<Input label={currentPassword} name="password" type="password" />
|
||||
<NewPassword />
|
||||
{/* visibilityToggleable set to false as feature is done for signup first */}
|
||||
{/* likely we can remove the prop altogether once signup launches */}
|
||||
<NewPassword visibilityToggleable={false} />
|
||||
<Input
|
||||
label={retypeNewPassword}
|
||||
name="retypeNewPassword"
|
||||
|
||||
Reference in New Issue
Block a user