From bbbe7c879e4497a48eee916730f00dab3aad578c Mon Sep 17 00:00:00 2001 From: Trial97 Date: Wed, 12 Jun 2024 12:35:02 +0300 Subject: [PATCH] update callback Signed-off-by: Trial97 --- launcher/minecraft/auth/steps/MSAStep.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launcher/minecraft/auth/steps/MSAStep.cpp b/launcher/minecraft/auth/steps/MSAStep.cpp index c1eb3a33c..78cb0b8d2 100644 --- a/launcher/minecraft/auth/steps/MSAStep.cpp +++ b/launcher/minecraft/auth/steps/MSAStep.cpp @@ -54,7 +54,7 @@ class CustomOAuthOobReplyHandler : public QOAuthOobReplyHandler { { disconnect(APPLICATION, &Application::oauthReplyRecieved, this, &QOAuthOobReplyHandler::callbackReceived); } - QString callback() const override { return BuildConfig.LAUNCHER_APP_BINARY_NAME + "://oauth"; } + QString callback() const override { return BuildConfig.LAUNCHER_APP_BINARY_NAME + "://oauth/microsoft"; } }; MSAStep::MSAStep(AccountData* data, bool silent) : AuthStep(data), m_silent(silent)