+
+ Login
+
+
+ Authenticate yourself to access the full functionality of Sophon.
+
+
+ {statePanel}
+
+
+
+
+
+ Login
+
+
+
+
+ )
+}
diff --git a/frontend/src/components/LoginContext.tsx b/frontend/src/components/LoginContext.tsx
index 725dd05..aadb819 100644
--- a/frontend/src/components/LoginContext.tsx
+++ b/frontend/src/components/LoginContext.tsx
@@ -34,7 +34,8 @@ export function LoginContextProvider({children}: LoginContextProps): JSX.Element
const login = React.useCallback(
async (username: string, password: string, abort: AbortSignal): Promise