diff --git a/src/routes/authentication.js b/src/routes/authentication.js index 224b0db75..f3fb7da68 100644 --- a/src/routes/authentication.js +++ b/src/routes/authentication.js @@ -21,12 +21,12 @@ export default [ loader: () => import('containers/Authentication/ResetPassword'), }), }, - // { - // path: `${BASE_URL}/invite/:token/accept`, - // component: LazyLoader({ - // loader: () => import('containers/Authentication/InviteAccept'), - // }), - // }, + { + path: `${BASE_URL}/invite/:token/accept`, + component: LazyLoader({ + loader: () => import('containers/Authentication/InviteAccept'), + }), + }, { path: `${BASE_URL}/register`, component: LazyLoader({