Skip to content

Commit

Permalink
Commented out unused route in router.js
Browse files Browse the repository at this point in the history
  • Loading branch information
guillecro committed Jan 25, 2024
1 parent 6ce031a commit 35161c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/site/boot/router.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export default {
childRoutes: [
{ path: 'resend-validation-email', component: Resend },
{ path: 'validate/:token', component: Resend },
{ path: ':reference', component: SignUp }
// { path: ':reference', component: SignUp }
]
},
{
Expand Down

0 comments on commit 35161c4

Please sign in to comment.