methods to resend email from identity
This commit is contained in:
parent
173e5f2b12
commit
b0c31b37c3
5 changed files with 42 additions and 3 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue