Migrate to keycloakify 10
This commit is contained in:
parent
081c7d4150
commit
030836d534
66 changed files with 1571 additions and 3256 deletions
5
src/login/i18n.ts
Normal file
5
src/login/i18n.ts
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
import { createUseI18n } from "keycloakify/login";
|
||||
|
||||
export const { useI18n, ofTypeI18n } = createUseI18n({});
|
||||
|
||||
export type I18n = typeof ofTypeI18n;
|
||||
Loading…
Add table
Add a link
Reference in a new issue