attempts limit - remaining time
This commit is contained in:
parent
5c2b067c87
commit
c29af5f658
4 changed files with 101 additions and 12 deletions
|
|
@ -56,6 +56,8 @@ angular.module('copayApp.services').factory('configService', function(storageSer
|
|||
lock: {
|
||||
method: '',
|
||||
value: '',
|
||||
bannedUntil: null,
|
||||
attempts: null,
|
||||
},
|
||||
|
||||
// External services
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue