mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-08-09 13:55:01 +02:00
Edit and Create forms send to index in edit mode
This commit is contained in:
3
resources/js/app.js
vendored
3
resources/js/app.js
vendored
@ -24,7 +24,8 @@ const router = new VueRouter({
|
||||
{
|
||||
path: '/',
|
||||
name: 'accounts',
|
||||
component: Accounts
|
||||
component: Accounts,
|
||||
props: true
|
||||
},
|
||||
{
|
||||
path: '/login',
|
||||
|
Reference in New Issue
Block a user