diff options
author | TheCodex6824 <thecodex6824@gmail.com> | 2022-04-21 16:01:55 -0400 |
---|---|---|
committer | TheCodex6824 <thecodex6824@gmail.com> | 2022-04-22 23:39:38 -0400 |
commit | 8bcbe07c87ee4b776d9ba743bb598f22ee80dda0 (patch) | |
tree | 9f25883df7d42d8ec2db8d569b8ae27619e5da5d /launcher/CMakeLists.txt | |
parent | 5adcc26190b82dc9c1050452645d762f5e8b5a5e (diff) | |
download | PrismLauncher-8bcbe07c87ee4b776d9ba743bb598f22ee80dda0.tar.gz PrismLauncher-8bcbe07c87ee4b776d9ba743bb598f22ee80dda0.tar.bz2 PrismLauncher-8bcbe07c87ee4b776d9ba743bb598f22ee80dda0.zip |
Fix Mojang auth failing due to Mojang rejecting requests to the profile endpoint
Diffstat (limited to 'launcher/CMakeLists.txt')
-rw-r--r-- | launcher/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/launcher/CMakeLists.txt b/launcher/CMakeLists.txt index 6ed86726..075c183a 100644 --- a/launcher/CMakeLists.txt +++ b/launcher/CMakeLists.txt @@ -235,6 +235,8 @@ set(MINECRAFT_SOURCES minecraft/auth/steps/MigrationEligibilityStep.h minecraft/auth/steps/MinecraftProfileStep.cpp minecraft/auth/steps/MinecraftProfileStep.h + minecraft/auth/steps/MinecraftProfileStepMojang.cpp + minecraft/auth/steps/MinecraftProfileStepMojang.h minecraft/auth/steps/MSAStep.cpp minecraft/auth/steps/MSAStep.h minecraft/auth/steps/XboxAuthorizationStep.cpp |