Skip to content

Commit

Permalink
fix sign devide brand and model
Browse files Browse the repository at this point in the history
  • Loading branch information
frankmer committed Nov 15, 2024
1 parent 6cd9939 commit 564afd4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/api/impl/privacy_idea_container_api.dart
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,8 @@ class PiContainerApi implements TokenContainerApi {
'|${container.timestamp.toIso8601String().replaceFirst('Z', '+00:00')}'
'|${container.serial}'
'|${container.registrationUrl}'
'|${InfoUtils.deviceBrand}'
'|${InfoUtils.deviceModel}'
'${passphrase != null ? '|$passphrase' : ''}';

final signature = eccUtils.signWithPrivateKey(ecPrivateClientKey, message);
Expand Down

0 comments on commit 564afd4

Please sign in to comment.