outcomments select-community in routes.js

This commit is contained in:
ogerly 2022-12-04 21:34:21 +01:00
parent 8e362169de
commit 5d387f1572

View File

@ -102,10 +102,10 @@ const routes = [
path: '/register-community',
component: () => import('@/pages/RegisterCommunity.vue'),
},
{
path: '/select-community',
component: () => import('@/pages/SelectCommunity.vue'),
},
// {
// path: '/select-community',
// component: () => import('@/pages/SelectCommunity.vue'),
// },
{
path: '/reset-password/:optin',
component: () => import('@/pages/ResetPassword.vue'),