Fix saml login for portal-userauthcookie (#12)

This commit is contained in:
Kevin Yue
2020-05-29 23:38:51 +08:00
committed by GitHub
parent 4313b9d0e7
commit 1e2322b938
4 changed files with 26 additions and 7 deletions

View File

@@ -47,7 +47,7 @@ private:
void tryAutoLogin();
void normalAuth();
void samlAuth();
void fetchConfig(QString username, QString password, QString preloginCookie = "");
void fetchConfig(QString username, QString password, QString preloginCookie = "", QString userAuthCookie = "");
void emitFail(const QString& msg = "");
};