Migrate to keycloakify 10

This commit is contained in:
Joseph Garrone 2024-06-06 01:44:57 +02:00
parent 081c7d4150
commit 030836d534
66 changed files with 1571 additions and 3256 deletions

5
src/login/i18n.ts Normal file
View file

@ -0,0 +1,5 @@
import { createUseI18n } from "keycloakify/login";
export const { useI18n, ofTypeI18n } = createUseI18n({});
export type I18n = typeof ofTypeI18n;