mirror of
https://github.com/yuezk/GlobalProtect-openconnect.git
synced 2025-05-20 07:26:58 -04:00
refactor: simplify the code
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
#include <QtCore/QObject>
|
||||
|
||||
#include "portalconfigresponse.h"
|
||||
#include "normalloginwindow.h"
|
||||
#include "standardloginwindow.h"
|
||||
#include "samlloginwindow.h"
|
||||
#include "preloginresponse.h"
|
||||
|
||||
@@ -48,7 +48,7 @@ private:
|
||||
|
||||
bool isAutoLogin{ false };
|
||||
|
||||
NormalLoginWindow *normalLoginWindow{ nullptr };
|
||||
StandardLoginWindow *standardLoginWindow { nullptr };
|
||||
|
||||
void tryAutoLogin();
|
||||
void normalAuth();
|
||||
|
||||
Reference in New Issue
Block a user