sweet! can now update transactions

This commit is contained in:
Annika
2022-07-12 11:48:40 -06:00
parent 6455c02d5e
commit ef06dd057a
6 changed files with 78 additions and 16 deletions
+1
View File
@@ -16,6 +16,7 @@ const routes = [
name: 'Transactions',
component: loadPage('TransactionsPage'),
beforeEnter: authGuard // this is important to keep the request from firing before the auth token is issued.
// if not need to be logged-in use authSettled
},
{
path: '/account',