forked from coolaj86/bluecrypt-keypairs.js
more code cleanup
This commit is contained in:
parent
1d6ce35289
commit
0e802df186
3
app.js
3
app.js
|
@ -154,9 +154,6 @@
|
||||||
$$('button').map(function ($el) { $el.disabled = false; });
|
$$('button').map(function ($el) { $el.disabled = false; });
|
||||||
})
|
})
|
||||||
|
|
||||||
// jws = jwk.sign(payload)
|
|
||||||
// jwt = jws.protected + '.' + jws.payload + '.' + jws.signature
|
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
$('.js-generate').hidden = false;
|
$('.js-generate').hidden = false;
|
||||||
|
|
Loading…
Reference in New Issue