Skip to content

Commit

Permalink
Merge pull request PrismLauncher#2706 from Edgars-Cirulis/develop
Browse files Browse the repository at this point in the history
Restore connect line for device authorization in MSADeviceCodeStep
  • Loading branch information
TayouVR authored Aug 5, 2024
2 parents 0308710 + ba73913 commit 7a5e4a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions launcher/minecraft/auth/steps/MSADeviceCodeStep.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ void MSADeviceCodeStep::perform()
m_task->setAskRetry(false);
m_task->addNetAction(m_request);

connect(m_task.get(), &Task::finished, this, &MSADeviceCodeStep::deviceAutorizationFinished);

m_task->start();
}

Expand Down

0 comments on commit 7a5e4a4

Please sign in to comment.