use hashed password for authentication

This commit is contained in:
spencerwooo
2021-09-02 22:54:18 +01:00
parent 81b0e3bf3f
commit 1dca4cabf3
4 changed files with 69 additions and 31 deletions
+2
View File
@@ -16,6 +16,7 @@
"@fortawesome/react-fontawesome": "^0.1.14",
"@headlessui/react": "^1.4.0",
"axios": "^0.21.1",
"crypto-js": "^4.1.1",
"emoji-regex": "^9.2.2",
"next": "^11.1.0",
"preview-office-docs": "^1.0.2",
@@ -36,6 +37,7 @@
"use-clipboard-copy": "^0.2.0"
},
"devDependencies": {
"@types/crypto-js": "^4.0.2",
"@types/prismjs": "^1.16.5",
"@types/react": "17.0.11",
"@types/react-copy-to-clipboard": "^5.0.0",