From 50a20c68edff80faf52e48f797c52ed5f3504871 Mon Sep 17 00:00:00 2001 From: garronej Date: Mon, 25 Oct 2021 21:28:43 +0200 Subject: [PATCH] fix RegisterUserProfile password confirmation field --- src/lib/components/RegisterUserProfile.tsx | 1 - 1 file changed, 1 deletion(-) 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: