aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGravatar garronej <[email protected]>2023-03-24 04:17:50 +0100
committerGravatar garronej <[email protected]>2023-03-24 04:17:50 +0100
commit8e9dfd2ac7afe073453391340394f478742b47eb (patch)
treebca80f287dab55cb52616bda16ca596a3a4a807f /src
parentBump version (diff)
Rename UserProfileCommon to UserProfileFormFields
Diffstat (limited to 'src')
-rw-r--r--src/keycloak-theme/login/pages/RegisterUserProfile.tsx2
-rw-r--r--src/keycloak-theme/login/pages/shared/UserProfileFormFields.tsx (renamed from src/keycloak-theme/login/pages/shared/UserProfileCommons.tsx)0
2 files changed, 1 insertions, 1 deletions
diff --git a/src/keycloak-theme/login/pages/RegisterUserProfile.tsx b/src/keycloak-theme/login/pages/RegisterUserProfile.tsx
index 1071091..9b0078b 100644
--- a/src/keycloak-theme/login/pages/RegisterUserProfile.tsx
+++ b/src/keycloak-theme/login/pages/RegisterUserProfile.tsx
@@ -1,7 +1,7 @@
// ejected using 'npx eject-keycloak-page'
import { useState } from "react";
import { clsx } from "keycloakify/tools/clsx";
-import { UserProfileFormFields } from "./shared/UserProfileCommons";
+import { UserProfileFormFields } from "./shared/UserProfileFormFields";
import type { PageProps } from "keycloakify/login/pages/PageProps";
import { useGetClassName } from "keycloakify/login/lib/useGetClassName";
import type { KcContext } from "../kcContext";
diff --git a/src/keycloak-theme/login/pages/shared/UserProfileCommons.tsx b/src/keycloak-theme/login/pages/shared/UserProfileFormFields.tsx
index 3b2b7a4..3b2b7a4 100644
--- a/src/keycloak-theme/login/pages/shared/UserProfileCommons.tsx
+++ b/src/keycloak-theme/login/pages/shared/UserProfileFormFields.tsx