feat(accounts): save client id in MSAStep

This commit is contained in:
Sefa Eyeoglu
2022-02-18 12:27:34 +01:00
parent 9c71f364d2
commit 14717396eb
2 changed files with 4 additions and 1 deletions

View File

@ -29,4 +29,5 @@ private slots:
private:
Katabasis::DeviceFlow *m_oauth2 = nullptr;
Action m_action;
QString m_clientId;
};