mirror of
https://github.com/outline/outline.git
synced 2026-06-13 03:14:59 +03:00
Bring to root
This commit is contained in:
Vendored
+1
-1
File diff suppressed because one or more lines are too long
+1
-1
@@ -43,7 +43,7 @@ function requireAuth(nextState, replace) {
|
||||
render((
|
||||
<Provider store={store}>
|
||||
<Router history={History}>
|
||||
<Route path="/" component={App}>
|
||||
<Route path="/" component={Dashboard}>
|
||||
<Route path="login" component={Login} />
|
||||
<Route path="dashboard" component={Dashboard} onEnter={requireAuth} />
|
||||
</Route>
|
||||
|
||||
Reference in New Issue
Block a user