Remove cobrandid
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
parent
898ee67a07
commit
2a58fb0ac5
@ -95,7 +95,6 @@ void MSAStep::perform()
|
||||
oauth2.setModifyParametersFunction([](QAbstractOAuth::Stage stage, QMap<QString, QVariant>* map) {
|
||||
#endif
|
||||
map->insert("prompt", "select_account");
|
||||
map->insert("cobrandid", "8058f65d-ce06-4c30-9559-473c9275a65d");
|
||||
});
|
||||
|
||||
*m_data = AccountData();
|
||||
|
@ -37,11 +37,11 @@
|
||||
*/
|
||||
|
||||
#include "NetRequest.h"
|
||||
#include <qnetworkreply.h>
|
||||
#include <QUrl>
|
||||
|
||||
#include <QDateTime>
|
||||
#include <QFileInfo>
|
||||
#include <QNetworkReply>
|
||||
#include <QUrl>
|
||||
#include <memory>
|
||||
|
||||
#if defined(LAUNCHER_APPLICATION)
|
||||
|
Loading…
Reference in New Issue
Block a user