mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-08 14:35:45 +01:00
allow unprotected pages
This commit is contained in:
@@ -7,7 +7,6 @@ import { routerReducer, routerMiddleware } from "react-router-redux";
|
||||
import repositories from "./repositories/modules/repositories";
|
||||
import users from "./users/modules/users";
|
||||
import auth from "./modules/auth";
|
||||
import me from "./modules/me";
|
||||
|
||||
import type { BrowserHistory } from "history/createBrowserHistory";
|
||||
|
||||
@@ -19,8 +18,7 @@ function createReduxStore(history: BrowserHistory) {
|
||||
router: routerReducer,
|
||||
repositories,
|
||||
users,
|
||||
auth,
|
||||
me
|
||||
auth
|
||||
});
|
||||
|
||||
return createStore(
|
||||
|
||||
Reference in New Issue
Block a user