mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-12-03 02:25:49 +00:00
[CHORE] vault client: get 2fa HMAC instead of ECDSA
This commit is contained in:
@@ -709,7 +709,7 @@ describe('Blob', function () {
|
||||
});
|
||||
|
||||
it('#2FA_get2FA', function (done) {
|
||||
blob.get2FA(exampleData.masterkey, function(err, resp) {
|
||||
blob.get2FA(function(err, resp) {
|
||||
assert.ifError(err);
|
||||
assert.strictEqual(typeof resp, 'object');
|
||||
assert.strictEqual(typeof resp.result, 'string');
|
||||
|
||||
Reference in New Issue
Block a user