@it-enterprise/digital-signature 1.2.9 → 1.2.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/Models.js +1 -1
package/package.json
CHANGED
package/src/Models.js
CHANGED
|
@@ -435,7 +435,7 @@ export function getDefaultKSPs() {
|
|
|
435
435
|
const depositsign = new KSPSettings();
|
|
436
436
|
depositsign.id = "depositsign";
|
|
437
437
|
depositsign.name = "DepositSign";
|
|
438
|
-
depositsign.ksp = EndUserConstants.
|
|
438
|
+
depositsign.ksp = EndUserConstants.EU_KSP_PB;
|
|
439
439
|
depositsign.address = "https://depositsign.com/api/v1/it-enterprise/sign-server";
|
|
440
440
|
depositsign.directAccess = true;
|
|
441
441
|
depositsign.needQRCode = false;
|