fix RegisterUserProfile password confirmation field
This commit is contained in:
@ -161,7 +161,6 @@ const UserProfileFormFields = memo(({ kcContext, onIsFormSubmittableValueChange,
|
|||||||
type={(() => {
|
type={(() => {
|
||||||
switch (attribute.name) {
|
switch (attribute.name) {
|
||||||
case "password-confirm":
|
case "password-confirm":
|
||||||
return "password-confirm";
|
|
||||||
case "password":
|
case "password":
|
||||||
return "password";
|
return "password";
|
||||||
default:
|
default:
|
||||||
|
Reference in New Issue
Block a user