diff --git a/frontend/src/routes/routes.js b/frontend/src/routes/routes.js index 97e1259c6..51c5d95d8 100755 --- a/frontend/src/routes/routes.js +++ b/frontend/src/routes/routes.js @@ -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'),