Address a bunch of review comments
This commit is contained in:
parent
4d139943f2
commit
b4ace6ec6f
11 changed files with 27 additions and 19 deletions
|
@ -56,6 +56,6 @@ u64 RegenerateTelemetryId();
|
|||
* @param func A function that gets exectued when the verification is finished
|
||||
* @returns Future with bool indicating whether the verification succeeded
|
||||
*/
|
||||
bool VerifyLogin(std::string username, std::string token);
|
||||
bool VerifyLogin(const std::string& username, const std::string& token);
|
||||
|
||||
} // namespace Core
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue