Commit c65cef23 by Ben RUBSON Committed by GitHub

Branding: Use AppTitle as document title (#26425)

* Branding: Use AppTitle as document title

* Missing Branding include
parent 44d4e63d
......@@ -8,6 +8,7 @@ import { LoginServiceButtons } from './LoginServiceButtons';
import LoginCtrl from './LoginCtrl';
import { LoginForm } from './LoginForm';
import { ChangePassword } from '../ForgottenPassword/ChangePassword';
import { Branding } from 'app/core/components/Branding/Branding';
import { HorizontalGroup, LinkButton } from '@grafana/ui';
import { LoginLayout, InnerBox } from './LoginLayout';
......@@ -17,6 +18,7 @@ const forgottenPasswordStyles = css`
`;
export const LoginPage: FC = () => {
document.title = Branding.AppTitle;
return (
<LoginLayout>
<LoginCtrl>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment