This commit is contained in:
garronej 2023-02-26 14:07:11 +01:00
parent 3d0736e72b
commit f750ebaf61
9 changed files with 176 additions and 60 deletions

View file

@ -1,4 +1,4 @@
import { getKcContext } from "keycloakify/lib/kcContext";
import { getKcContext } from "keycloakify/lib/getKcContext";
//NOTE: In most of the cases you do not need to overload the KcContext, you can
// just call getKcContext(...) without type arguments.