v1.1.3: remove bogus log
Este cometimento está contido em:
ascendente
6d5c9d0097
cometimento
cfe814ebb0
@ -115,7 +115,6 @@ function checkId(id) {
|
|||||||
return function (results) {
|
return function (results) {
|
||||||
var result = results.some(function (result) {
|
var result = results.some(function (result) {
|
||||||
// we already checked iss above
|
// we already checked iss above
|
||||||
console.log(result);
|
|
||||||
return result.jwk.kid === id || result.thumbprint === id;
|
return result.jwk.kid === id || result.thumbprint === id;
|
||||||
})[0];
|
})[0];
|
||||||
|
|
||||||
|
@ -31,5 +31,5 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
},
|
},
|
||||||
"version": "1.1.2"
|
"version": "1.1.3"
|
||||||
}
|
}
|
||||||
|
Carregando…
x
Criar uma nova questão referindo esta
Bloquear um utilizador