diff --git a/app/scripts/lib/idStore.js b/app/scripts/lib/idStore.js index fa5e1fa67..878648050 100644 --- a/app/scripts/lib/idStore.js +++ b/app/scripts/lib/idStore.js @@ -40,6 +40,7 @@ IdentityStore.prototype.setStore = function(store){ IdentityStore.prototype.getState = function(){ const self = this return clone(extend(self._currentState, { + isInitialized: !!window.localStorage['lightwallet'], isUnlocked: self._isUnlocked(), })) }