From 48348da663996e92a02b202c42984da66a27b836 Mon Sep 17 00:00:00 2001 From: "a.bouhuolia" Date: Sat, 20 Nov 2021 15:49:28 +0200 Subject: [PATCH] fix: invite user auth route. --- src/routes/authentication.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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({