Add captcha to the pubnix registration frontend.

This commit is contained in:
2023-07-10 22:23:00 +01:00
parent f98d8d03c9
commit c9520c82fd
4 changed files with 30 additions and 6 deletions

View File

@@ -36,6 +36,7 @@
"@auth/core": "^0.2.5",
"@auth/sveltekit": "^0.1.12",
"joi": "^17.7.0",
"snarkdown": "^2.0.0"
"snarkdown": "^2.0.0",
"svelte-hcaptcha": "^0.1.1"
}
}