diff --git a/src/pages/WebauthnAuthenticate.tsx b/src/pages/WebauthnAuthenticate.tsx index 1ea771c6..d81d4395 100644 --- a/src/pages/WebauthnAuthenticate.tsx +++ b/src/pages/WebauthnAuthenticate.tsx @@ -1,6 +1,6 @@ import { useRef, useState } from "react"; import { clsx } from "keycloakify/tools/clsx"; -import type { MessageKey } from "../i18n/i18n"; +import type { MessageKey } from "keycloakify/i18n/i18n"; import { base64url } from "rfc4648"; import { useConstCallback } from "keycloakify/tools/useConstCallback"; import { type PageProps, defaultClasses } from "keycloakify/pages/PageProps";