mirror of
https://github.com/yuezk/GlobalProtect-openconnect.git
synced 2025-05-20 07:26:58 -04:00
fix: refine the authentication workflow
This commit is contained in:
@@ -28,7 +28,7 @@ private slots:
|
||||
void onLoginWindowRejected();
|
||||
void onLoginWindowFinished();
|
||||
void onSAMLLoginSuccess(const QMap<QString, QString> &samlResult);
|
||||
void onSAMLLoginFail(const QString msg);
|
||||
void onSAMLLoginFail(const QString &code, const QString &msg);
|
||||
|
||||
private:
|
||||
QString gateway;
|
||||
|
||||
Reference in New Issue
Block a user