Fix bug where new vaults had no nicknames

feature/default_network_editable
Dan Finlay 8 years ago
parent f7361d9654
commit 5c9476e57d
  1. 2
      app/scripts/lib/idStore.js

@ -60,6 +60,8 @@ IdentityStore.prototype.createNewVault = function (password, entropy, cb) {
this.configManager.setShowSeedWords(true)
var seedWords = this._idmgmt.getSeed()
this._loadIdentities()
cb(null, seedWords)
})
}

Loading…
Cancel
Save