Skip to content

Commit

Permalink
Fix nonce
Browse files Browse the repository at this point in the history
  • Loading branch information
22388o committed Aug 30, 2024
1 parent 08f38ac commit ae4aef6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/lib/javascript/nonce.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
import { random } from 'lodash';

const nonce = () => Math.random().toString(36).substr(2, 10);

const random = () => Math.random();



module.exports = nonce;


0 comments on commit ae4aef6

Please sign in to comment.