Update setup
This commit is contained in:
parent
df76640100
commit
cee8ea7ecb
19 changed files with 524 additions and 36 deletions
6
src/keycloak-theme/account/i18n.ts
Normal file
6
src/keycloak-theme/account/i18n.ts
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
import { createUseI18n } from "keycloakify/account";
|
||||
|
||||
//NOTE: See src/login/i18n.ts for instructions on customization of i18n messages.
|
||||
export const { useI18n } = createUseI18n({});
|
||||
|
||||
export type I18n = NonNullable<ReturnType<typeof useI18n>>;
|
||||
Loading…
Add table
Add a link
Reference in a new issue