added TODO

This commit is contained in:
2025-03-22 03:11:23 +01:00
parent 27eafb1511
commit 80bcfbd98d

View File

@@ -120,7 +120,7 @@ void DiscordRPC::debug()
args.SetScopes(discordpp::Client::GetDefaultPresenceScopes());
args.SetCodeChallenge(codeVerifier.Challenge());
// Begin authentication process
// Begin authentication process // TODO: option to open browser
client->Authorize(args, [client, codeVerifier](auto result, auto code, auto redirectUri)
{
if (!result.Successful()) {