aboutsummaryrefslogtreecommitdiff
path: root/launcher/minecraft/auth/steps/MSAStep.h
diff options
context:
space:
mode:
authorSefa Eyeoglu <contact@scrumplex.net>2022-02-22 08:23:28 +0100
committerGitHub <noreply@github.com>2022-02-22 08:23:28 +0100
commit4af020161d3092a6aa7abd0f51d4090cf09633ab (patch)
treebc3cadf5d6289634885c7ebabf7edd611a68e2af /launcher/minecraft/auth/steps/MSAStep.h
parent613b351f1342ac80f5699dbdb53b9ff5c1f1056f (diff)
parent80a29af497bec487f87a9ae545a2f94c3685f6df (diff)
downloadPrismLauncher-4af020161d3092a6aa7abd0f51d4090cf09633ab.tar.gz
PrismLauncher-4af020161d3092a6aa7abd0f51d4090cf09633ab.tar.bz2
PrismLauncher-4af020161d3092a6aa7abd0f51d4090cf09633ab.zip
Merge pull request #180 from Scrumplex/feat-msa-clientid-detection
Detect MSA Client ID change
Diffstat (limited to 'launcher/minecraft/auth/steps/MSAStep.h')
-rw-r--r--launcher/minecraft/auth/steps/MSAStep.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/launcher/minecraft/auth/steps/MSAStep.h b/launcher/minecraft/auth/steps/MSAStep.h
index 49ba3542..301e1465 100644
--- a/launcher/minecraft/auth/steps/MSAStep.h
+++ b/launcher/minecraft/auth/steps/MSAStep.h
@@ -29,4 +29,5 @@ private slots:
private:
Katabasis::DeviceFlow *m_oauth2 = nullptr;
Action m_action;
+ QString m_clientId;
};