add fingerprint option - add lock app view and options
This commit is contained in:
parent
d4c8576032
commit
824362af7c
7 changed files with 121 additions and 26 deletions
|
|
@ -53,9 +53,14 @@ angular.module('copayApp.services').factory('configService', function(storageSer
|
|||
}
|
||||
},
|
||||
|
||||
pincode: {
|
||||
enabled: false,
|
||||
value: '',
|
||||
lockapp: {
|
||||
pincode: {
|
||||
enabled: false,
|
||||
value: '',
|
||||
},
|
||||
fingerprint: {
|
||||
enabled: false
|
||||
}
|
||||
},
|
||||
|
||||
// External services
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue