mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 05:40:31 +00:00
feat: fix register page layout.
This commit is contained in:
@@ -9,6 +9,7 @@ import PrivateRoute from 'components/PrivateRoute';
|
||||
import Authentication from 'components/Authentication';
|
||||
import Dashboard from 'components/Dashboard/Dashboard';
|
||||
import GlobalErrors from 'containers/GlobalErrors/GlobalErrors';
|
||||
import RegisterWizardPage from 'containers/Authentication/Register/RegisterPage';
|
||||
|
||||
import messages from 'lang/en';
|
||||
import 'style/App.scss';
|
||||
@@ -31,6 +32,10 @@ function App({ locale }) {
|
||||
<Authentication />
|
||||
</Route>
|
||||
|
||||
<Route path={'/register'}>
|
||||
<RegisterWizardPage />
|
||||
</Route>
|
||||
|
||||
<Route path={'/'}>
|
||||
<PrivateRoute component={Dashboard} />
|
||||
</Route>
|
||||
|
||||
Reference in New Issue
Block a user