mirror of
https://github.com/crypto-pro-web/crypto-pro-js.git
synced 2024-11-24 00:55:00 +03:00
added all user certificates
This commit is contained in:
parent
67ed9f61ab
commit
fdb8c7c136
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "crypto-pro",
|
||||
"version": "2.2.1",
|
||||
"version": "2.2.2",
|
||||
"description": "API для взаимодействия с КриптоПро",
|
||||
"main": "./lib/crypto-pro.js",
|
||||
"types": "./lib/crypto-pro.d.ts",
|
||||
|
@ -20,7 +20,7 @@ export const getAllUserCertificates = _afterPluginsLoaded((resetCache: boolean =
|
||||
}
|
||||
|
||||
return eval(
|
||||
_generateCadesFn(function getUserCertificates(): Certificate[] {
|
||||
_generateCadesFn(function getAllUserCertificates(): Certificate[] {
|
||||
let cadesStore;
|
||||
|
||||
try {
|
||||
|
Loading…
Reference in New Issue
Block a user