refactor
This commit is contained in:
parent
163a45a5a0
commit
8be28e85da
7 changed files with 45 additions and 43 deletions
|
|
@ -54,8 +54,8 @@ angular.module('copayApp.services').factory('configService', function(storageSer
|
|||
},
|
||||
|
||||
lock: {
|
||||
method: '',
|
||||
value: '',
|
||||
method: null,
|
||||
value: null,
|
||||
bannedUntil: null,
|
||||
attempts: null,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue