Export fallback language tag ("en") as a constant

This commit is contained in:
Joseph Garrone
2024-06-22 17:03:44 +02:00
parent 42c9d39e02
commit a60f05415b
5 changed files with 4 additions and 6 deletions
src

@ -67,3 +67,5 @@ export type LoginThemePageId = (typeof loginThemePageIds)[number];
export type AccountThemePageId = (typeof accountThemePageIds)[number];
export const containerName = "keycloak-keycloakify";
export const fallbackLanguageTag = "en";