code refactor

This commit is contained in:
Gabriel Bazán 2017-05-09 18:09:02 -03:00
commit 709b0369f1
3 changed files with 1 additions and 10 deletions

View file

@ -122,7 +122,6 @@ angular.module('copayApp.controllers').controller('pinController', function($sta
break;
case 'check':
if (isMatch(currentPin)) {
applicationService.successfullUnlocked = true;
$scope.hideModal();
return;
}