methods to resend email from identity

This commit is contained in:
Ivan Socolsky 2014-12-18 15:50:42 -03:00
commit b0c31b37c3
5 changed files with 42 additions and 3 deletions

View file

@ -16,6 +16,10 @@ EncryptedInsightStorage.prototype._brokenDecrypt = function(body) {
return decryptedJson;
};
EncryptedInsightStorage.prototype.resendVerificationEmail = function(callback) {
InsightStorage.prototype.resendVerificationEmail.apply(this, [callback]);
};
EncryptedInsightStorage.prototype.getItem = function(name, callback) {
var self = this;
InsightStorage.prototype.getItem.apply(this, [name,