aboutsummaryrefslogtreecommitdiffstats
path: root/src/stores/UserStore.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/stores/UserStore.js')
-rw-r--r--src/stores/UserStore.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stores/UserStore.js b/src/stores/UserStore.js
index 104416f06..bd451661a 100644
--- a/src/stores/UserStore.js
+++ b/src/stores/UserStore.js
@@ -84,7 +84,7 @@ export default class UserStore extends Store {
84 84
85 // Reactions 85 // Reactions
86 this.registerReactions([ 86 this.registerReactions([
87 this._requireAuthenticatedUser, 87 // this._requireAuthenticatedUser,
88 this._getUserData.bind(this), 88 this._getUserData.bind(this),
89 ]); 89 ]);
90 } 90 }