hide jwk keypair on loading

Esse commit está contido em:
Mr. Funk 2019-05-06 23:05:45 -04:00
commit 7ba413dae6
1 arquivos alterados com 2 adições e 0 exclusões

2
app.js
Ver arquivo

@ -48,6 +48,8 @@
$('.js-jwk').hidden = true;
$('.js-toc-der-public').hidden = true;
$('.js-toc-der-private').hidden = true;
$('.js-toc-jwk').hidden = true;
$$('.js-toc-pem').forEach(function ($el) {
$el.hidden = true;
});