Skip to content

Commit

Permalink
Merge pull request #49 from tada-team/10533-new-settings-for-captcha
Browse files Browse the repository at this point in the history
feat(features): new settings for captcha
  • Loading branch information
ergoz authored Oct 29, 2021
2 parents 02db005 + 37ece5f commit 2769ee4
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 2769ee4

Please sign in to comment.