From a18c1a27828566805be9de31ec6b8afcb84f12b4 Mon Sep 17 00:00:00 2001 From: donghualin Date: Mon, 22 Jul 2024 11:48:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=AF=E6=8C=81=E5=AF=86=E7=A0=81=E7=99=BB?= =?UTF-8?q?=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dp4-login-plugin/dp4_login_module.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/dp4-login-plugin/dp4_login_module.cpp b/dp4-login-plugin/dp4_login_module.cpp index 0302ba7..21168fa 100644 --- a/dp4-login-plugin/dp4_login_module.cpp +++ b/dp4-login-plugin/dp4_login_module.cpp @@ -127,6 +127,7 @@ QString Dp4LoginModule::message(const QString &message) retDataObj["ShowBackGroundColor"] = false; retDataObj["SwitchUserWhenCheckAccount"] = false; retDataObj["AuthType"] = AuthType::AT_Custom; + retDataObj["assignAuthType"] = AuthType::AT_Password; retObj["Data"] = retDataObj; } else if (cmdType == "StartAuth") {