Removed the ds

This commit is contained in:
Kiran 2022-02-23 18:04:57 +05:30
parent 679cd0ee58
commit db848e1aa1

View File

@ -193,7 +193,7 @@ const signResponseXML = async (xml: string, signingKey: any, publicKey: any): Pr
// @ts-ignore
sig.keyInfoProvider = new GetKeyInfo(publicKey, {
prefix: 'ds',
prefix: '',
});
sig.signingKey = signingKey;