Skip to content

Commit

Permalink
[feat] Delete Account redirect to the formester form
Browse files Browse the repository at this point in the history
  • Loading branch information
SeconAccount committed Sep 4, 2024
1 parent f6294db commit 241c833
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/Router.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
},
{
Expand Down
2 changes: 1 addition & 1 deletion src/components/Pie.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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'
},
]
}
Expand Down

0 comments on commit 241c833

Please sign in to comment.