diff --git a/src/flux/stores/account-store.coffee b/src/flux/stores/account-store.coffee index 549455c31..2e5eb72fa 100644 --- a/src/flux/stores/account-store.coffee +++ b/src/flux/stores/account-store.coffee @@ -129,6 +129,7 @@ class AccountStore console.log JSON.stringify(json) throw new Error("Returned account data is invalid") return if @_tokens[json.id] + @_load() @_tokens[json.id] = json.auth_token @_accounts.push((new Account).fromJSON(json)) @_save()