Better errors handling for user controller

This commit is contained in:
Bubka
2020-01-13 23:10:32 +01:00
parent 289b36d9d0
commit efc3f5d61e
8 changed files with 22 additions and 15 deletions

2
resources/js/app.js vendored
View File

@ -67,7 +67,7 @@ const router = new VueRouter({
},
{
path: '/error',
name: 'GenericError',
name: 'genericError',
component: NotFound,
props: true
},