summaryrefslogtreecommitdiff
path: root/frontend/src/auth/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/auth/index.js')
-rw-r--r--frontend/src/auth/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/auth/index.js b/frontend/src/auth/index.js
index f93c7141..b5953990 100644
--- a/frontend/src/auth/index.js
+++ b/frontend/src/auth/index.js
@@ -41,7 +41,7 @@ export const authRedirectMiddleware = (store) => (next) => (action) => {
switch (action.type) {
case LOG_IN_SUCCEEDED:
saveAuthLocalStorage(action.payload)
- window.location.href = '/simulations'
+ window.location.href = '/projects'
break
case LOG_OUT:
case DELETE_CURRENT_USER_SUCCEEDED: