Add captcha check and error

This commit is contained in:
Rustem Kamalov
2023-06-25 20:41:47 +03:00
parent 6c4eb8db1a
commit 3f84503ce3
6 changed files with 71 additions and 11 deletions

View File

@@ -11,7 +11,7 @@ import (
)
const (
version = "0.1.1"
version = "0.1.2"
defaultConfigFilename = "config"
envPrefix = "OPENSERP"
replaceHyphenWithCamelCase = false