fix(inji-175): resolve conflicts

This commit is contained in:
Dhivya
2023-07-31 13:21:04 +05:30
parent f4726c1aee
commit 4802f64fe8

View File

@@ -63,7 +63,7 @@ async function createSignature(
) {
let signature64;
if (isIOS()) {
if (isCustomSecureKeystore()) {
const key = forge.pki.privateKeyFromPem(privateKey);
const md = forge.md.sha256.create();
md.update(preHash, 'utf8');