mirror of
https://github.com/moparisthebest/mail
synced 2024-11-25 18:32:20 -05:00
[WO-778] Fix crypto initialization
This commit is contained in:
parent
51715822f8
commit
4edf79d8c4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user