mirror of
https://gitee.com/openharmony/account_os_account
synced 2024-11-23 10:10:11 +00:00
dsfsadf
Signed-off-by: vsunbee <1106529648@qq.com>
This commit is contained in:
parent
bd56bb7286
commit
ae3b17ef57
@ -598,8 +598,8 @@ ErrCode InnerAccountIAMManager::InnerUpdateStorageUserAuth(int32_t userId, uint6
|
||||
ErrCode InnerAccountIAMManager::UpdateUserAuthWithRecoveryKey(const std::vector<uint8_t> &authToken,
|
||||
const std::vector<uint8_t> &newSecret, uint64_t secureUid, uint32_t userId)
|
||||
{
|
||||
std::string soPath = OS_ACCOUNT_RECOVERY_LIB_PATH + OS_ACCOUNT_RECOVERY_LIB_NAME;
|
||||
const string methodName = "UpdateUseAuthWithRecoveryKey";
|
||||
const std::string soPath = OS_ACCOUNT_RECOVERY_LIB_PATH + OS_ACCOUNT_RECOVERY_LIB_NAME;
|
||||
const std::string methodName = "UpdateUseAuthWithRecoveryKey";
|
||||
UpdateUserAuthWithRecoveryKeyFunc updateUserAuthWithRecoveryKey;
|
||||
|
||||
void *handle = dlopen(soPath.c_str(), RTLD_LAZY);
|
||||
|
Loading…
Reference in New Issue
Block a user