We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85569de commit a1c48a1Copy full SHA for a1c48a1
src/editor/index.js
@@ -313,6 +313,8 @@ function setupEvents() {
313
314
// HMAC secret, when changed the encoded token must be updated.
315
eventManager.addDomEvent(secretInput, 'input', encodeToken);
316
+ // Base64 checkbox, when changes the encoded token must be updated.
317
+ eventManager.addDomEvent(secretBase64Checkbox, 'input', encodeToken);
318
// Private key, when changed the encoded token must be updated.
319
eventManager.addDomEvent(privateKeyTextArea, 'input', encodeToken);
320
// Public key, when changed the encoded token must NOT be updated
0 commit comments