mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 13:20:31 +00:00
fix hot bugs.
This commit is contained in:
@@ -17,7 +17,6 @@ export default [
|
||||
loader: () => import('containers/Authentication/Register'),
|
||||
}),
|
||||
},
|
||||
|
||||
{
|
||||
path: `${BASE_URL}/send_reset_password`,
|
||||
name: 'auth.reset_password',
|
||||
@@ -25,7 +24,6 @@ export default [
|
||||
loader: () => import('containers/Authentication/SendResetPassword'),
|
||||
}),
|
||||
},
|
||||
|
||||
{
|
||||
path: `${BASE_URL}/reset_password`,
|
||||
name: 'auth.send.reset_password',
|
||||
@@ -34,17 +32,10 @@ export default [
|
||||
}),
|
||||
},
|
||||
{
|
||||
path: `${BASE_URL}/send_invite`,
|
||||
name: 'auth.send_invite',
|
||||
path: `${BASE_URL}/invite/:token/accept`,
|
||||
name: 'auth.invite.accept',
|
||||
component: LazyLoader({
|
||||
loader: () => import('containers/Authentication/SendInvite'),
|
||||
}),
|
||||
},
|
||||
{
|
||||
path: `${BASE_URL}/invite/:token`,
|
||||
name: 'auth.invite',
|
||||
component: LazyLoader({
|
||||
loader: () => import('containers/Authentication/Invite'),
|
||||
loader: () => import('containers/Authentication/InviteAccept'),
|
||||
}),
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user