aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/first-time
diff options
context:
space:
mode:
authorKevin Serrano <kevgagser@gmail.com>2016-11-22 07:49:03 +0800
committerKevin Serrano <kevgagser@gmail.com>2016-11-22 07:49:03 +0800
commit9123e70434fcd35dcb79a587e6d5c00734cb99e4 (patch)
tree0abefc76caf95f051fcaed3235fea1b8c81ae5ea /ui/app/first-time
parent7cf6e372eb38a0ab2abd8256f6fc714855b63aef (diff)
downloadtangerine-wallet-browser-9123e70434fcd35dcb79a587e6d5c00734cb99e4.tar.gz
tangerine-wallet-browser-9123e70434fcd35dcb79a587e6d5c00734cb99e4.tar.zst
tangerine-wallet-browser-9123e70434fcd35dcb79a587e6d5c00734cb99e4.zip
Remove entropy from encryption and project.
Diffstat (limited to 'ui/app/first-time')
-rw-r--r--ui/app/first-time/init-menu.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/first-time/init-menu.js b/ui/app/first-time/init-menu.js
index 14a89b988..6ceee6784 100644
--- a/ui/app/first-time/init-menu.js
+++ b/ui/app/first-time/init-menu.js
@@ -165,7 +165,7 @@ InitializeMenuScreen.prototype.createNewVaultAndKeychain = function () {
return
}
- this.props.dispatch(actions.createNewVaultAndKeychain(password, ''/* entropy*/))
+ this.props.dispatch(actions.createNewVaultAndKeychain(password))
}
InitializeMenuScreen.prototype.inputChanged = function (event) {