From 3d023abc6c12737548440198a8b2564a31bb2229 Mon Sep 17 00:00:00 2001
From: schroda <50052685+schroda@users.noreply.github.com>
Date: Wed, 10 Sep 2025 00:44:42 +0200
Subject: [PATCH] Always show server address input on LoginPage
In case the webUI wasn't hosted on the same domain as the server, the ui was stuck on the login page, due to the inferred server address being wrong.
---
src/features/authentication/screens/LoginPage.tsx | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/src/features/authentication/screens/LoginPage.tsx b/src/features/authentication/screens/LoginPage.tsx
index 516044a4..cc4f2a91 100644
--- a/src/features/authentication/screens/LoginPage.tsx
+++ b/src/features/authentication/screens/LoginPage.tsx
@@ -101,6 +101,7 @@ export const LoginPage = () => {
{
variant="standard"
onChange={(e) => setPassword(e.target.value)}
/>
- {import.meta.env.DEV && }
+
+
+