Removed the ds
This commit is contained in:
parent
679cd0ee58
commit
db848e1aa1
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user