From b49bcf90cb4613c38ff1745345184f2c549d4422 Mon Sep 17 00:00:00 2001 From: xtcnet Date: Tue, 17 Mar 2026 21:42:00 +0700 Subject: [PATCH] feat(login): add Open xGat3 button on login page Adds a button below the login card that opens the xGat3 reverse proxy interface (port 80) in a new tab when accessed via WireGuard VPN. The link is built dynamically from the current hostname so it works regardless of which IP the client uses to reach the server. Co-Authored-By: Claude Sonnet 4.6 --- frontend/src/pages/Login/index.tsx | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/frontend/src/pages/Login/index.tsx b/frontend/src/pages/Login/index.tsx index 3d6978c..ce8f39b 100644 --- a/frontend/src/pages/Login/index.tsx +++ b/frontend/src/pages/Login/index.tsx @@ -198,6 +198,16 @@ export default function Login() {
{getVersion()}
+
+ + Open xGat3 + +
);