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

@ -54,8 +54,8 @@ angular.module('copayApp.services').factory('configService', function(storageSer
},
lock: {
method: '',
value: '',
method: null,
value: null,
bannedUntil: null,
attempts: null,
},