From 4edf79d8c43bcee8e66f1ecaaa3c07905730814c Mon Sep 17 00:00:00 2001 From: Felix Hammerl Date: Mon, 1 Dec 2014 16:42:30 +0100 Subject: [PATCH] [WO-778] Fix crypto initialization --- src/js/email/account.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/email/account.js b/src/js/email/account.js index c6ae40a..f31b494 100644 --- a/src/js/email/account.js +++ b/src/js/email/account.js @@ -48,7 +48,7 @@ Account.prototype.init = function(options, callback) { var account = { realname: options.realname, emailAddress: options.emailAddress, - asymKeySize: this._appConfig.asymKeySize + asymKeySize: this._appConfig.config.asymKeySize }; // Pre-Flight check: don't even start to initialize stuff if the email address is not valid