diff --git a/frontend/package-lock.json b/frontend/package-lock.json
index b0a7526921..43b3244701 100644
--- a/frontend/package-lock.json
+++ b/frontend/package-lock.json
@@ -49,7 +49,6 @@
"pluralize": "^8.0.0",
"qs": "^6.11.1",
"socket.io-client": "^4.6.1",
- "unleash-proxy-client": "^2.4.3",
"uuid": "8.3.0",
"vite": "^4.4.7",
"vue": "^3.3.1",
@@ -19486,11 +19485,6 @@
"safe-buffer": "~5.1.0"
}
},
- "node_modules/tiny-emitter": {
- "version": "2.1.0",
- "resolved": "https://registry.npmjs.org/tiny-emitter/-/tiny-emitter-2.1.0.tgz",
- "integrity": "sha512-NB6Dk1A9xgQPMoGqC5CVXn123gWyte215ONT5Pp5a0yt4nlEoO1ZWeCwpncaekPHXO60i47ihFnZPiRPjRMq4Q=="
- },
"node_modules/tiny-invariant": {
"version": "1.3.1",
"resolved": "https://registry.npmjs.org/tiny-invariant/-/tiny-invariant-1.3.1.tgz",
@@ -19948,23 +19942,6 @@
"node": ">= 10.0.0"
}
},
- "node_modules/unleash-proxy-client": {
- "version": "2.4.3",
- "resolved": "https://registry.npmjs.org/unleash-proxy-client/-/unleash-proxy-client-2.4.3.tgz",
- "integrity": "sha512-ILJIHNSeh7ajHczemNE19Rl3NpVU3voFouYIgWCbJd+OhuJ9elfpuD1LF5yucEJq8AuWKkEM2AzUFFOTiv/2Sw==",
- "dependencies": {
- "tiny-emitter": "^2.1.0",
- "uuid": "^8.3.2"
- }
- },
- "node_modules/unleash-proxy-client/node_modules/uuid": {
- "version": "8.3.2",
- "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz",
- "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==",
- "bin": {
- "uuid": "dist/bin/uuid"
- }
- },
"node_modules/unpipe": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz",
diff --git a/frontend/package.json b/frontend/package.json
index 13e48d0de1..218d5508c2 100644
--- a/frontend/package.json
+++ b/frontend/package.json
@@ -63,7 +63,6 @@
"pluralize": "^8.0.0",
"qs": "^6.11.1",
"socket.io-client": "^4.6.1",
- "unleash-proxy-client": "^2.4.3",
"uuid": "8.3.0",
"vite": "^4.4.7",
"vue": "^3.3.1",
diff --git a/frontend/scripts/docker-entrypoint.sh b/frontend/scripts/docker-entrypoint.sh
index c31884cd7d..c3cea261d2 100755
--- a/frontend/scripts/docker-entrypoint.sh
+++ b/frontend/scripts/docker-entrypoint.sh
@@ -24,8 +24,6 @@ declare -a ENV_VARIABLES=(
"VUE_APP_STRIPE_GROWTH_PLAN_PAYMENT_LINK"
"VUE_APP_STRIPE_EAGLE_EYE_PLAN_PAYMENT_LINK"
"VUE_APP_STRIPE_CUSTOMER_PORTAL_LINK"
- "VUE_APP_UNLEASH_URL"
- "VUE_APP_UNLEASH_API_KEY"
"VUE_APP_IS_GIT_ENABLED"
"VUE_APP_AUTH0_DOMAIN"
"VUE_APP_AUTH0_CLIENT_ID"
diff --git a/frontend/src/app.vue b/frontend/src/app.vue
index ba687dbc32..28fffcc531 100644
--- a/frontend/src/app.vue
+++ b/frontend/src/app.vue
@@ -19,9 +19,8 @@