Skip to content

Commit

Permalink
fix: login form has no background
Browse files Browse the repository at this point in the history
  • Loading branch information
garethgeorge committed Oct 20, 2024
1 parent 5617f3f commit 4fc28d6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions webui/src/views/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4fc28d6

Please sign in to comment.