Commit 198f5615 by Torkel Ödegaard Committed by GitHub

Footer: added back missing footer to login page (#21720)

parent 63a91262
......@@ -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 = () => {
<div className="clearfix" />
</div>
<Footer />
</Branding.LoginBackground>
);
};
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