Hotfix revert on altUser for logging out on whitelabels

This commit is contained in:
Brett Sun 2016-02-09 09:40:27 +01:00
parent dad4ea4e87
commit 57b1ef6b41
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
'use strict';
import { alt, altWhitelabel, altUser, altThirdParty } from '../alt';
import { alt, altUser, altThirdParty } from '../alt';
import EventActions from '../actions/event_actions';
@ -56,8 +56,8 @@ class UserStore {
EventActions.userDidLogout();
// Reset all stores back to their initial state
// Don't recycle the whitelabel stores since they're not dependent on login
alt.recycle();
altWhitelabel.recycle();
altUser.recycle();
altThirdParty.recycle();