Skip to content

Commit

Permalink
Bugfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeuz committed Jun 11, 2024
1 parent 1734a77 commit 73b1844
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/device.js
Original file line number Diff line number Diff line change
Expand Up @@ -940,8 +940,8 @@ class Device extends DeviceBase {
return { protected: false };
}
return {
deviceNonce: rep.prepare.clientNonce,
deviceSignature: rep.prepare.clientSignature,
deviceNonce: rep.prepare.deviceNonce,
deviceSignature: rep.prepare.deviceSignature,
devicePublicKeyFingerprint: rep.prepare.devicePublicKeyFingerprint,
protected: true
};
Expand Down

0 comments on commit 73b1844

Please sign in to comment.