mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-08-16 16:41:03 +02:00
Display debug data in Error view (Dev mode only)
This commit is contained in:
6
resources/js/app.js
vendored
6
resources/js/app.js
vendored
@ -51,12 +51,14 @@ const router = new VueRouter({
|
||||
{
|
||||
path: '/404',
|
||||
name: '404',
|
||||
component: NotFound
|
||||
component: NotFound,
|
||||
props: true
|
||||
},
|
||||
{
|
||||
path: '/error',
|
||||
name: 'GenericError',
|
||||
component: NotFound
|
||||
component: NotFound,
|
||||
props: true
|
||||
},
|
||||
],
|
||||
});
|
||||
|
Reference in New Issue
Block a user