Branding: Use AppTitle as document title (#26425)

* Branding: Use AppTitle as document title

* Missing Branding include
This commit is contained in:
Ben RUBSON 2020-07-17 22:07:42 +02:00 committed by GitHub
parent 44d4e63d6f
commit c65cef2327
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>