mirror of
https://github.com/garethgeorge/backrest.git
synced 2026-05-04 12:00:36 +00:00
fix: login form has no background
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user