From a27d78fcdf4713eae21c5d6483ad3214b71922e4 Mon Sep 17 00:00:00 2001 From: Rlok Date: Mon, 15 Jan 2024 14:03:01 +0800 Subject: [PATCH] refactor: point the import statement to keycloakify instead of internal align import statement with other page templates --- src/login/pages/LoginDeviceVerifyUserCode.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/login/pages/LoginDeviceVerifyUserCode.tsx b/src/login/pages/LoginDeviceVerifyUserCode.tsx index cf1fb63d..de4e0236 100644 --- a/src/login/pages/LoginDeviceVerifyUserCode.tsx +++ b/src/login/pages/LoginDeviceVerifyUserCode.tsx @@ -1,7 +1,7 @@ import { clsx } from "keycloakify/tools/clsx"; import { I18n } from "../i18n"; import { KcContext } from "../kcContext"; -import { useGetClassName } from "../lib/useGetClassName"; +import { useGetClassName } from "keycloakify/login/lib/useGetClassName"; import { PageProps } from "./PageProps"; export default function LoginOauthGrant(props: PageProps, I18n>) {