Add 2FA support (#112)

This commit is contained in:
Kevin Yue
2021-12-20 22:20:02 +08:00
committed by GitHub
parent 9d6ec84c14
commit 8f27c92e7b
14 changed files with 286 additions and 124 deletions

View File

@@ -15,6 +15,7 @@ public:
void setUserAuthCookie(const QString cookie);
void setPrelogonAuthCookie(const QString cookie);
void setPreloginCookie(const QString cookie);
void setInputStr(const QString inputStr);
QByteArray toUtf8() const;