Skip to content

Commit

Permalink
change title
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson authored Feb 9, 2024
1 parent f6f407a commit 3e6cd75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keycloak/keycloakify/src/login/Template.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export default function Template(props: TemplateProps<KcContext, I18n>) {
"bodyClassName": getClassName("kcBodyClass")
});

useState(()=> { document.title = i18n.msgStr("loginTitle", kcContext.realm.displayName); });
useState(()=> { document.title = "Log in" });

if (!isReady) {
return null;
Expand Down

0 comments on commit 3e6cd75

Please sign in to comment.