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