From 19850cab32d4de93ab5df580b5785e43930166d0 Mon Sep 17 00:00:00 2001 From: Rodrigo Uroz Date: Thu, 12 Mar 2026 17:20:47 +0000 Subject: [PATCH] Config Labels: drop unrelated gateway push labels --- src/config/schema.labels.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/config/schema.labels.ts b/src/config/schema.labels.ts index 15dcfd24ce1..6aa2ae40efd 100644 --- a/src/config/schema.labels.ts +++ b/src/config/schema.labels.ts @@ -108,11 +108,6 @@ export const FIELD_LABELS: Record = { "gateway.remote.tlsFingerprint": "Remote Gateway TLS Fingerprint", "gateway.auth.token": "Gateway Token", "gateway.auth.password": "Gateway Password", - "gateway.push": "Gateway Push Delivery", - "gateway.push.apns": "Gateway Push APNs", - "gateway.push.apns.relay": "Gateway Push APNs Relay", - "gateway.push.apns.relay.baseUrl": "Gateway Push APNs Relay Base URL", - "gateway.push.apns.relay.timeoutMs": "Gateway Push APNs Relay Timeout (ms)", browser: "Browser", "browser.enabled": "Browser Enabled", "browser.cdpUrl": "Browser CDP URL",