Skip to content

Commit

Permalink
Sign in, instead of login
Browse files Browse the repository at this point in the history
  • Loading branch information
corneliusroemer committed May 11, 2024
1 parent 97a9a4e commit ca9ceb0
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 @@ -44,7 +44,7 @@ export default function Template(props: TemplateProps<KcContext, I18n>) {
});

useState(() => {
document.title = "Log in";
document.title = "Sign in";
});

if (!isReady) {
Expand Down

0 comments on commit ca9ceb0

Please sign in to comment.