From b37cac93ff494e1dffd98b02ff22bb4b3361a6de Mon Sep 17 00:00:00 2001 From: garronej Date: Sun, 19 Mar 2023 16:31:13 +0100 Subject: [PATCH] Fix --- src/pages/WebauthnAuthenticate.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";