aboutsummaryrefslogtreecommitdiffstats
path: root/src/stores
diff options
context:
space:
mode:
Diffstat (limited to 'src/stores')
-rw-r--r--src/stores/UserStore.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/stores/UserStore.js b/src/stores/UserStore.js
index 3a43668a7..2c164f1bf 100644
--- a/src/stores/UserStore.js
+++ b/src/stores/UserStore.js
@@ -165,6 +165,8 @@ export default class UserStore extends Store {
165 165
166 this.inviteRequest.execute(data); 166 this.inviteRequest.execute(data);
167 167
168 console.log(this.stores.router.location )
169
168 // we do not wait for a server response before redirecting the user 170 // we do not wait for a server response before redirecting the user
169 this.stores.router.push('/'); 171 this.stores.router.push('/');
170 172