Updates bitauth pairing. Updates package.json
This commit is contained in:
parent
b2086701d8
commit
9b32e50bb0
2 changed files with 6 additions and 7 deletions
|
|
@ -129,9 +129,10 @@ angular.module('copayApp.services').factory('bitpayCardService', function($http,
|
|||
deviceName = device.model;
|
||||
}
|
||||
var json = {
|
||||
method: 'registerSinWithSecret',
|
||||
method: 'createToken',
|
||||
params: {
|
||||
secret: obj.secret,
|
||||
version: 2,
|
||||
deviceName: deviceName,
|
||||
code: obj.otp
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue