fix the login component auth hook

This commit is contained in:
2017-02-20 11:54:03 -07:00
parent 1ec52a3de1
commit 4caae2828b
2 changed files with 14 additions and 4 deletions

View File

@@ -35,6 +35,7 @@ const routes = [{
name: 'about',
component: About,
}, {
// all other routes, including /, get redirected to /customers
path: '*',
redirect: 'customers',
},