mirror of
https://github.com/Paris-est-Ludique/intranet.git
synced 2025-09-11 13:56:29 +02:00
Fix tests & improve pre-register
This commit is contained in:
@@ -13,6 +13,7 @@ export default [
|
||||
routes: [
|
||||
{
|
||||
path: "/",
|
||||
exact: true,
|
||||
component: Register,
|
||||
},
|
||||
{
|
||||
@@ -26,7 +27,6 @@ export default [
|
||||
},
|
||||
{
|
||||
path: "/register",
|
||||
exact: true,
|
||||
component: AsyncHome,
|
||||
loadData: loadHomeData,
|
||||
},
|
||||
|
Reference in New Issue
Block a user