Skip to content

Commit

Permalink
feat(features): new settings for captcha
Browse files Browse the repository at this point in the history
  • Loading branch information
anastassiian committed Oct 29, 2021
1 parent 02db005 commit 37ece5f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
v.1.49.7
- feat(features): new settings for captcha

v.1.49.6
- fix(features): fix type of field

Expand Down
7 changes: 5 additions & 2 deletions features.go
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,11 @@ type Features struct {
// Captcha enabled
ReCaptchaEnabled bool `json:"is_recaptcha_enabled,omitempty"`

// ReCaptcha Web Key
ReCaptchaWebKey string `json:"recaptcha_web_key,omitempty"`
// ReCaptcha Web Key V3
ReCaptchaWebKeyV3 string `json:"recaptcha_web_key_v3,omitempty"`

// ReCaptcha Web Key V2
ReCaptchaWebKeyV2 string `json:"recaptcha_web_key_v2,omitempty"`

// Mandatory setting of the pin code in the application
IsPinCodeRequired bool `json:"is_pin_code_required"`
Expand Down

0 comments on commit 37ece5f

Please sign in to comment.