fix prettier
This commit is contained in:
parent
7213d5ca93
commit
239bfb65ab
1 changed files with 2 additions and 1 deletions
|
|
@ -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 =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue