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', }, });