diff --git a/static/js/index.js b/static/js/index.js index 24e6c78..69e5b29 100644 --- a/static/js/index.js +++ b/static/js/index.js @@ -294,7 +294,8 @@ new Vue({ generateKeys: function () { var self = this const genRandomHexBytes = size => - crypto.getRandomValues(new Uint8Array(size)) + crypto + .getRandomValues(new Uint8Array(size)) .reduce((acc, i) => acc + i.toString(16).padStart(2, '0'), '') debugcard =