mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 08:12:15 +00:00
- custom route for PlanPricingTables.vue
- removed passport error in signin form
This commit is contained in:
1
resources/js/store/modules/userAuth.js
vendored
1
resources/js/store/modules/userAuth.js
vendored
@@ -29,7 +29,6 @@ const actions = {
|
||||
if ([401, 403].includes(error.response.status)) {
|
||||
|
||||
commit('SET_AUTHORIZED', false)
|
||||
//router.push({name: 'SignIn'})
|
||||
}
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user