can delete vaults, and delete from vaults

This commit is contained in:
Annika
2022-08-04 15:12:01 -06:00
parent d21c78a4b2
commit 8687926934
14 changed files with 121 additions and 47 deletions
-6
View File
@@ -11,12 +11,6 @@ const routes = [
name: 'Home',
component: loadPage('HomePage')
},
{
path: '/account',
name: 'Account',
component: loadPage('AccountPage'),
beforeEnter: authGuard
},
{
path: '/profile/:id',
name: 'Profile',