added resend button
This commit is contained in:
parent
aa8d6f4754
commit
173e5f2b12
3 changed files with 10 additions and 1 deletions
|
|
@ -62,6 +62,10 @@ angular.module('copayApp.services')
|
|||
});
|
||||
};
|
||||
|
||||
root.resendVerificationEmail = function (cb) {
|
||||
console.log('yes');
|
||||
};
|
||||
|
||||
root.setServerStatus = function(headers) {
|
||||
if (!headers)
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue