mirror of
https://github.com/mosip/inji-wallet.git
synced 2026-01-10 14:07:59 -05:00
fix(inji-175): resolve conflicts
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user