@keycloakify/keycloak-account-ui
Version:
<p align="center"> <img src="https://github.com/user-attachments/assets/e31c4910-7205-441c-9a35-e134b806b3a8"> </p> <p align="center"> <i>Repackaged Keycloak Account UI</i> <br> <br> <a href="https://github.com/keycloakify/keycloak-a
11 lines (9 loc) • 371 B
TypeScript
// https://www.i18next.com/overview/typescript
import "i18next";
declare module "i18next" {
interface CustomTypeOptions {
// TODO: This flag should be removed and code that errors out should be made functional.
// This will have to be done incrementally as the amount of errors the defaults produce is just too much.
allowObjectInHTMLChildren: true;
}
}