mirror of
https://github.com/UltimMC/Launcher.git
synced 2026-01-01 13:16:14 +00:00
Fix conflict
This commit is contained in:
16
launcher/minecraft/auth/flows/MSASilent.cpp
Normal file
16
launcher/minecraft/auth/flows/MSASilent.cpp
Normal file
@@ -0,0 +1,16 @@
|
||||
#include "MSASilent.h"
|
||||
|
||||
MSASilent::MSASilent(AccountData* data, QObject* parent) : AuthContext(data, parent) {}
|
||||
|
||||
void MSASilent::executeTask() {
|
||||
m_requestsDone = 0;
|
||||
m_xboxProfileSucceeded = false;
|
||||
m_mcAuthSucceeded = false;
|
||||
|
||||
initMSA();
|
||||
|
||||
beginActivity(Katabasis::Activity::Refreshing);
|
||||
if(!m_oauth2->refresh()) {
|
||||
finishActivity();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user