summaryrefslogtreecommitdiff
path: root/src/auth/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/auth/index.js')
-rw-r--r--src/auth/index.js2
1 files changed, 1 insertions, 1 deletions
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();