diff --git a/src/keycloak-theme/login/pages/Login.tsx b/src/keycloak-theme/login/pages/Login.tsx index 36528ba..6f3e575 100644 --- a/src/keycloak-theme/login/pages/Login.tsx +++ b/src/keycloak-theme/login/pages/Login.tsx @@ -6,7 +6,7 @@ import { useGetClassName } from "keycloakify/login/lib/useGetClassName"; import type { KcContext } from "../kcContext"; import type { I18n } from "../i18n"; -const my_custom_param= new URL(window.location.href).searchParams.get("my_custom_param"); +const my_custom_param = new URL(window.location.href).searchParams.get("my_custom_param"); if (my_custom_param !== null) { console.log("my_custom_param:", my_custom_param); @@ -44,21 +44,21 @@ export default function Login(props: PageProps - - {msg("noAccount")} - - {msg("doRegister")} - - - +
+ + {msg("noAccount")} + + {msg("doRegister")} + + +
} >