fix prettier

This commit is contained in:
Pavol Rusnak 2024-09-07 16:51:04 +02:00
commit 239bfb65ab
No known key found for this signature in database
GPG key ID: 91F3B339B9A02A3D

View file

@ -294,7 +294,8 @@ new Vue({
generateKeys: function () { generateKeys: function () {
var self = this var self = this
const genRandomHexBytes = size => const genRandomHexBytes = size =>
crypto.getRandomValues(new Uint8Array(size)) crypto
.getRandomValues(new Uint8Array(size))
.reduce((acc, i) => acc + i.toString(16).padStart(2, '0'), '') .reduce((acc, i) => acc + i.toString(16).padStart(2, '0'), '')
debugcard = debugcard =