From 783f004ac2b195cabb325baffcc55e9b47e6ad3c Mon Sep 17 00:00:00 2001 From: Natanael Rodriguez Ramos Date: Thu, 28 Sep 2023 11:34:20 +0100 Subject: [PATCH] Remove port forwarding menu link and route from client area --- src/themes/ivpn-v3/assets/js/app.js | 2 +- .../assets/js/components/AccountInfo.vue | 9 -------- .../assets/js/components/AccountMenu.vue | 23 +++---------------- src/themes/ivpn-v3/assets/js/router/index.js | 9 -------- src/themes/ivpn-v3/assets/js/store/index.js | 2 -- 5 files changed, 4 insertions(+), 41 deletions(-) diff --git a/src/themes/ivpn-v3/assets/js/app.js b/src/themes/ivpn-v3/assets/js/app.js index 3b2580899..5175acdac 100644 --- a/src/themes/ivpn-v3/assets/js/app.js +++ b/src/themes/ivpn-v3/assets/js/app.js @@ -26,7 +26,7 @@ let products = { name: 'IVPN Pro', capabilities: { hasWireGuard: true, - hasPortForwarding: true, + hasPortForwarding: false, }, prices: [ { id: 'pro-1week', name: '1 Week', price: 4 }, diff --git a/src/themes/ivpn-v3/assets/js/components/AccountInfo.vue b/src/themes/ivpn-v3/assets/js/components/AccountInfo.vue index f310cd6ba..23f8917d2 100644 --- a/src/themes/ivpn-v3/assets/js/components/AccountInfo.vue +++ b/src/themes/ivpn-v3/assets/js/components/AccountInfo.vue @@ -1,12 +1,5 @@