diff --git a/public/app/core/components/Login/LoginPage.tsx b/public/app/core/components/Login/LoginPage.tsx index d5faea93799..f051825ef45 100644 --- a/public/app/core/components/Login/LoginPage.tsx +++ b/public/app/core/components/Login/LoginPage.tsx @@ -9,6 +9,7 @@ import LoginCtrl from './LoginCtrl'; import { LoginForm } from './LoginForm'; import { ChangePassword } from './ChangePassword'; import { Branding } from 'app/core/components/Branding/Branding'; +import { Footer } from 'app/core/components/Footer/Footer'; export const LoginPage: FC = () => { return ( @@ -62,6 +63,7 @@ export const LoginPage: FC = () => {
+