refactor
This commit is contained in:
parent
163a45a5a0
commit
8be28e85da
7 changed files with 45 additions and 43 deletions
|
|
@ -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,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue