From 738cddeb6bab25df7c1b441aeead8a760d319880 Mon Sep 17 00:00:00 2001 From: Nerixyz Date: Sun, 27 Oct 2024 21:38:40 +0100 Subject: [PATCH] fix: formatting and changelog --- CHANGELOG.md | 1 + src/providers/twitch/TwitchAccountManager.hpp | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a811097e2..7410a89ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,6 +37,7 @@ - Minor: Indicate when subscriptions and resubscriptions are for multiple months. (#5642) - Minor: Proxy URL information is now included in the `/debug-env` command. (#5648) - Minor: Make raid entry message usernames clickable. (#5651) +- Minor: Added support for the "Device code grant flow" for authentication. (#5680) - Bugfix: Fixed tab move animation occasionally failing to start after closing a tab. (#5426, #5612) - Bugfix: If a network request errors with 200 OK, Qt's error code is now reported instead of the HTTP status. (#5378) - Bugfix: Fixed restricted users usernames not being clickable. (#5405) diff --git a/src/providers/twitch/TwitchAccountManager.hpp b/src/providers/twitch/TwitchAccountManager.hpp index 5a8293181..ce6698318 100644 --- a/src/providers/twitch/TwitchAccountManager.hpp +++ b/src/providers/twitch/TwitchAccountManager.hpp @@ -35,7 +35,8 @@ class TwitchAccountManager public: struct UserData; - using UserCallback = std::function&)>; + using UserCallback = + std::function &)>; // Returns the current twitchUsers, or the anonymous user if we're not // currently logged in