Fix IS proofType

Signed-off-by: 张跃耀 <zhangyueyao1@huawei.com>
This commit is contained in:
张跃耀
2025-01-20 16:54:33 +08:00
parent 0dde454e16
commit 5be21d88fa
@@ -305,7 +305,7 @@ static int32_t GetCertInfoIS(int32_t osAccountId, const CJson *credAuthInfo, Cer
LOGE("unsupport algorithm type!");
return ret;
}
certInfo->isPseudonym = true;
certInfo->isPseudonym = false;
return IS_SUCCESS;
}