Enable creation of multiple users

This commit is contained in:
Bubka
2023-02-20 17:09:59 +01:00
parent 46508fda75
commit 3c3d35bff5
8 changed files with 2 additions and 79 deletions

View File

@ -62,7 +62,6 @@ const router = new Router({
{ path: '/webauthn/recover', name: 'webauthn.recover', component: WebauthnRecover, meta: { disabledWithAuthProxy: true, showAbout: true } },
{ path: '/about', name: 'about',component: About, meta: { showAbout: true } },
{ path: '/flooded', name: 'flooded',component: Errors, props: true },
{ path: '/error', name: 'genericError',component: Errors, props: true },
{ path: '/404', name: '404',component: Errors, props: true },
{ path: '*', redirect: { name: '404' } }