diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-02-22 08:23:28 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-22 08:23:28 +0100 |
commit | 4af020161d3092a6aa7abd0f51d4090cf09633ab (patch) | |
tree | bc3cadf5d6289634885c7ebabf7edd611a68e2af /launcher/minecraft/auth/steps/MSAStep.h | |
parent | 613b351f1342ac80f5699dbdb53b9ff5c1f1056f (diff) | |
parent | 80a29af497bec487f87a9ae545a2f94c3685f6df (diff) | |
download | PrismLauncher-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.h | 1 |
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; }; |