Add submission key to frontend to prevent duplicate signups

This commit is contained in:
Justus Ojala
2025-09-15 13:57:00 +03:00
parent b80942ee53
commit 630c0bce05
4 changed files with 38 additions and 13 deletions
+2 -1
View File
@@ -89,7 +89,8 @@
"sharp": "^0.30.3",
"shortid": "^2.2.16",
"styled-components": "^5.3.5",
"swr": "^1.2.2"
"swr": "^1.2.2",
"uuid": "^13.0.0"
},
"overrides": {
"react-mde": {