mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 11:12:29 +00:00
fix(net): add missing auth flags to prove version command
This commit is contained in:
parent
b71263d83d
commit
13c55837d7
1 changed files with 4 additions and 0 deletions
|
|
@ -345,6 +345,10 @@ void Grunt::ClientLink::ProveVersion(const uint8_t* versionChecksum) {
|
|||
|
||||
// TODO cd keys
|
||||
command.Put(static_cast<uint8_t>(0));
|
||||
|
||||
// TODO pin / matrix / token fields
|
||||
uint8_t authFlags = 0x0;
|
||||
command.Put(authFlags);
|
||||
} else {
|
||||
// TODO
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue