can delete vaults, and delete from vaults
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user