Skip to content

Commit

Permalink
Add explanation for why uuid is added later
Browse files Browse the repository at this point in the history
  • Loading branch information
WiserTixx committed Oct 20, 2024
1 parent 54e31ce commit b1710ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/THeartbeatThread.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ std::string THeartbeatThread::GenerateCall() {

lastCall = Ret.dump();

//Add sensitive information here because value of lastCall is used for the information packet.
Ret["uuid"] = Application::Settings.getAsString(Settings::Key::General_AuthKey);

return Ret.dump();
Expand Down

0 comments on commit b1710ee

Please sign in to comment.