支持密码登录

master
donghualin 2 years ago
parent 40d60180c2
commit a18c1a2782
  1. 1
      dp4-login-plugin/dp4_login_module.cpp

@ -127,6 +127,7 @@ QString Dp4LoginModule::message(const QString &message)
retDataObj["ShowBackGroundColor"] = false; retDataObj["ShowBackGroundColor"] = false;
retDataObj["SwitchUserWhenCheckAccount"] = false; retDataObj["SwitchUserWhenCheckAccount"] = false;
retDataObj["AuthType"] = AuthType::AT_Custom; retDataObj["AuthType"] = AuthType::AT_Custom;
retDataObj["assignAuthType"] = AuthType::AT_Password;
retObj["Data"] = retDataObj; retObj["Data"] = retDataObj;
} else if (cmdType == "StartAuth") { } else if (cmdType == "StartAuth") {

Loading…
Cancel
Save