diff --git a/crypt.js b/crypt.js deleted file mode 100644 index 8e06976..0000000 --- a/crypt.js +++ /dev/null @@ -1,7 +0,0 @@ -const crypto = require('crypto'); - -const generateJWTSecretKey = () => { - return crypto.randomBytes(32).toString('hex'); -} - -console.log(generateJWTSecretKey()); \ No newline at end of file diff --git a/index.html b/index.html index 05cb70d..8a31dd0 100644 --- a/index.html +++ b/index.html @@ -23,7 +23,7 @@