mirror of
https://github.com/openharmony/device_manager.git
synced 2026-07-18 16:24:27 -04:00
修复跨设备认证中pin码明文传输导致的安全问题
Signed-off-by: renguang1116 <renguang@huawei.com>
This commit is contained in:
@@ -75,7 +75,7 @@ enum {
|
||||
ERR_DM_AUTH_MESSAGE_INCOMPLETE = -20027,
|
||||
ERR_DM_CREATE_GROUP_FAILED = -20028,
|
||||
ERR_DM_IPC_READ_TOKEN_FAILED = -20029,
|
||||
ERR_DM_AUTH_INPUT_PARAMETER_FAILED = -20030,
|
||||
ERR_DM_AUTH_INPUT_PARAMETER_FAILED = -20030,
|
||||
};
|
||||
|
||||
const std::string TARGET_PKG_NAME_KEY = "targetPkgName";
|
||||
|
||||
Reference in New Issue
Block a user