From f2bc0d8172f48dfd729d87ee6b88bde6a5ae77ac Mon Sep 17 00:00:00 2001 From: OpenShift Cherrypick Robot Date: Thu, 8 Jan 2026 15:53:37 +0100 Subject: [PATCH] [redhat-3.13] fix(ui): Remove local dev test configs (PROJQUAY-9774) (#4784) * ui: Remove local dev test configs (PROJQUAY-9774) * fix(deps): correct prometheus_client package name in requirements.txt --------- Co-authored-by: harishsurf --- requirements.txt | 2 +- web/src/atoms/AuthState.ts | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index f32e353af..b1e38f140 100644 --- a/requirements.txt +++ b/requirements.txt @@ -63,7 +63,7 @@ os-service-types==1.7.0 peewee==3.13.1 pillow==10.3.0 ply==3.11 -prometheus-client==0.7.1 +prometheus_client==0.7.1 protobuf==5.28.2 psutil==5.9.0 psycopg2==2.9.9 diff --git a/web/src/atoms/AuthState.ts b/web/src/atoms/AuthState.ts index 33d6450ea..982b33645 100644 --- a/web/src/atoms/AuthState.ts +++ b/web/src/atoms/AuthState.ts @@ -5,8 +5,5 @@ export const AuthState = atom({ default: { isSignedIn: false, csrfToken: null, - QUAY_OAUTH_TOKEN: '7xahJf2TH8uOZPF1Xya8DkWanOZ75F0MjRX4RnvW', - QUAY_HOSTNAME: - 'https://skynet-quay-test-harish-ns.apps.hgovinda-ui.quay.devcluster.openshift.com', }, });