|
|
|
@ -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") { |
|
|
|
|