methods to resend email from identity
This commit is contained in:
parent
173e5f2b12
commit
b0c31b37c3
5 changed files with 42 additions and 3 deletions
|
|
@ -63,7 +63,8 @@ angular.module('copayApp.services')
|
|||
};
|
||||
|
||||
root.resendVerificationEmail = function (cb) {
|
||||
console.log('yes');
|
||||
var iden = $rootScope.iden;
|
||||
iden.resendVerificationEmail(cb);
|
||||
};
|
||||
|
||||
root.setServerStatus = function(headers) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue