diff --git a/src/lib/components/RegisterUserProfile.tsx b/src/lib/components/RegisterUserProfile.tsx index 6f42cf79..43172bb7 100644 --- a/src/lib/components/RegisterUserProfile.tsx +++ b/src/lib/components/RegisterUserProfile.tsx @@ -161,7 +161,6 @@ const UserProfileFormFields = memo(({ kcContext, onIsFormSubmittableValueChange, type={(() => { switch (attribute.name) { case "password-confirm": - return "password-confirm"; case "password": return "password"; default: