From 4490d2cb3b62232345ef66659663befd1aac5230 Mon Sep 17 00:00:00 2001 From: Kiran Date: Mon, 21 Feb 2022 22:32:03 +0530 Subject: [PATCH] wip --- utils/response.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/utils/response.ts b/utils/response.ts index 8f7a1ca..5d3b732 100644 --- a/utils/response.ts +++ b/utils/response.ts @@ -1,8 +1,7 @@ import { User } from '../types'; import xmlbuilder from 'xmlbuilder'; -import crypto, { sign } from 'crypto'; +import crypto from 'crypto'; import { SignedXml, FileKeyInfo } from 'xml-crypto'; -import { fetchPrivateKey, fetchPublicKey, stripCertHeaderAndFooter } from './certificate'; const createResponseXML = async (params: { idpIdentityId: string,