methods to resend email from identity
This commit is contained in:
parent
173e5f2b12
commit
b0c31b37c3
5 changed files with 42 additions and 3 deletions
|
|
@ -5,8 +5,8 @@ angular.module('copayApp.controllers').controller('IndexController', function($s
|
|||
|
||||
};
|
||||
|
||||
$scope.resendVerificationEmail = function (cb) {
|
||||
identityService.resendVerificationEmail(cb);
|
||||
$scope.resendVerificationEmail = function () {
|
||||
identityService.resendVerificationEmail(function () {});
|
||||
};
|
||||
|
||||
$scope.swipe = function(invert) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue