From 241c833f7e0d1c9ef500e97f4492327086a87faf Mon Sep 17 00:00:00 2001 From: Ramiro Date: Wed, 4 Sep 2024 12:07:12 -0300 Subject: [PATCH] [feat] Delete Account redirect to the formester form --- src/Router.js | 3 ++- src/components/Pie.vue | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/Router.js b/src/Router.js index 930a0ec..320217a 100644 --- a/src/Router.js +++ b/src/Router.js @@ -32,7 +32,8 @@ const routes = [ { path: '/account', name: 'Delete Account', - component: () => import('@/views/DeleteAccount.vue'), + //component: () => import('@/views/DeleteAccount.vue'), + beforeEnter: () => window.location.href='https://luaeiyvw.formester.com/f/54c8bc99-d562-4d44-9e1c-222a80f2faf8', meta: { analytics: false } }, { diff --git a/src/components/Pie.vue b/src/components/Pie.vue index 2f6b2f0..9c55720 100644 --- a/src/components/Pie.vue +++ b/src/components/Pie.vue @@ -102,7 +102,7 @@ export default { { link: 'Delete Account', icon: 'fas fa-info-circle', - enlace: 'https://luaeiyvw.formester.com/f/54c8bc99-d562-4d44-9e1c-222a80f2faf8' + enlace: '/account' }, ] }