From 51c4a0a9e9e62f763410e09447374afa80da964e Mon Sep 17 00:00:00 2001 From: Nick Taylor Date: Fri, 13 Feb 2026 23:05:13 -0500 Subject: [PATCH] refactor: gateway token only shown in overview if auth mode is not trusted-proxy --- ui/src/ui/views/overview.ts | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) diff --git a/ui/src/ui/views/overview.ts b/ui/src/ui/views/overview.ts index 13754ff6602..ba425f8e127 100644 --- a/ui/src/ui/views/overview.ts +++ b/ui/src/ui/views/overview.ts @@ -144,22 +144,7 @@ export function renderOverview(props: OverviewProps) { ${ isTrustedProxy - ? html` -
- Gateway Token -
- Trusted Proxy mode -
-
- ` + ? "" : html`