This commit is contained in:
JDonadio 2017-04-18 13:19:16 -03:00
commit 8be28e85da
7 changed files with 45 additions and 43 deletions

View file

@ -160,8 +160,8 @@ angular.module('copayApp.controllers').controller('pinController', function($sta
var attempts = config.lock && config.lock.attempts ? config.lock.attempts : 0;
var opts = {
lock: {
method: method || '',
value: value || '',
method: method || null,
value: value || null,
bannedUntil: null,
attempts: attempts + 1,
}