From 4fc28d68a60721d333be96df2030ce53b04fbf55 Mon Sep 17 00:00:00 2001 From: garethgeorge Date: Sun, 20 Oct 2024 08:10:58 -0700 Subject: [PATCH] fix: login form has no background --- webui/src/views/App.tsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/webui/src/views/App.tsx b/webui/src/views/App.tsx index a4f1d70f..3102bd34 100644 --- a/webui/src/views/App.tsx +++ b/webui/src/views/App.tsx @@ -163,10 +163,6 @@ export const App: React.FC = () => { const items = getSidenavItems(config); - if (!config) { - return ; - } - return (