mirror of
https://git.coolaj86.com/coolaj86/bluecrypt-keypairs.js
synced 2025-04-21 14:20:37 +00:00
more code cleanup
This commit is contained in:
parent
1d6ce35289
commit
0e802df186
5
app.js
5
app.js
@ -153,10 +153,7 @@
|
|||||||
$$('input').map(function ($el) { $el.disabled = false; });
|
$$('input').map(function ($el) { $el.disabled = false; });
|
||||||
$$('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…
x
Reference in New Issue
Block a user