mirror of
https://github.com/KevinMidboe/zoff.git
synced 2026-07-24 10:42:10 +00:00
Implemented recaptcha
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
var recaptcha = {
|
||||
site: "xxxx",
|
||||
key: "xxxxx",
|
||||
}
|
||||
|
||||
module.exports = recaptcha;
|
||||
Reference in New Issue
Block a user