From 5d387f1572247710bc9a11aaf234744c21c45840 Mon Sep 17 00:00:00 2001 From: ogerly Date: Sun, 4 Dec 2022 21:34:21 +0100 Subject: [PATCH] outcomments select-community in routes.js --- frontend/src/routes/routes.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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'),