Merge remote-tracking branch 'origin/feature/login/registerPage'

This commit is contained in:
Ahmed Bouhuolia
2020-04-30 23:19:55 +02:00
23 changed files with 1052 additions and 517 deletions

View File

@@ -25,7 +25,7 @@ export default [
}),
},
{
path: `${BASE_URL}/reset_password`,
path: `${BASE_URL}/reset_password/:token`,
name: 'auth.send.reset_password',
component: LazyLoader({
loader: () => import('containers/Authentication/ResetPassword'),