- custom route for PlanPricingTables.vue

- removed passport error in signin form
This commit is contained in:
Peter Papp
2021-03-24 11:38:15 +01:00
parent ffe6de5b98
commit f2c44c3cfe
4 changed files with 11 additions and 13 deletions

View File

@@ -29,7 +29,6 @@ const actions = {
if ([401, 403].includes(error.response.status)) {
commit('SET_AUTHORIZED', false)
//router.push({name: 'SignIn'})
}
}
)