Checkpoint before refactor again

This commit is contained in:
Joseph Garrone
2024-04-30 12:07:35 +02:00
parent 8f627aa382
commit f42e6764b7
4 changed files with 219 additions and 4 deletions

View File

@ -69,7 +69,7 @@ export default function Template(props: TemplateProps<KcContext, I18n>) {
"htmlClassName": getClassName("kcHtmlClass"),
"bodyClassName": getClassName("kcBodyClass"),
"htmlLangProperty": locale?.currentLanguageTag,
"documentTitle": i18n.msgStr("loginTitle", kcContext.realm.displayName)
"documentTitle": msgStr("loginTitle", kcContext.realm.displayName)
});
if (!isReady) {