Updates bitauth pairing. Updates package.json

This commit is contained in:
Gustavo Maximiliano Cortez 2016-10-12 15:32:05 -03:00
commit 9b32e50bb0
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
2 changed files with 6 additions and 7 deletions

View file

@ -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
}