fix: login form has no background

This commit is contained in:
garethgeorge
2024-10-20 08:10:58 -07:00
parent 5617f3fbe2
commit 4fc28d68a6
-4
View File
@@ -163,10 +163,6 @@ export const App: React.FC = () => {
const items = getSidenavItems(config);
if (!config) {
return <Spin />;
}
return (
<Layout style={{ height: "auto", minHeight: "100vh" }}>
<Header