From 07195f3762b6a8a7dfb44c2231db58c5be13c43f Mon Sep 17 00:00:00 2001 From: Georgios Andreadis Date: Wed, 16 Aug 2017 22:55:16 +0300 Subject: Rename project to sim and enable sim-adding --- src/auth/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/auth/index.js') diff --git a/src/auth/index.js b/src/auth/index.js index 1bfc10c1..8950c529 100644 --- a/src/auth/index.js +++ b/src/auth/index.js @@ -40,7 +40,7 @@ export const authRedirectMiddleware = store => next => action => { switch (action.type) { case LOG_IN_SUCCEEDED: saveAuthLocalStorage(action.payload); - window.location.href = "/projects"; + window.location.href = "/simulations"; break; case LOG_OUT: clearAuthLocalStorage(); -- cgit v1.2.3