Skip to content

Commit

Permalink
Merge pull request #48 from tada-team/10516-new-param-auth-by-ntlm
Browse files Browse the repository at this point in the history
fix(features): fix type of field
  • Loading branch information
ergoz authored Oct 27, 2021
2 parents 2f21da5 + adb178d commit 02db005
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
v.1.49.6
- fix(features): fix type of field

v.1.49.5
- fix(features): fix broken versioning

Expand Down
2 changes: 1 addition & 1 deletion features.go
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ type Features struct {
ReCaptchaEnabled bool `json:"is_recaptcha_enabled,omitempty"`

// ReCaptcha Web Key
ReCaptchaWebKey bool `json:"recaptcha_web_key,omitempty"`
ReCaptchaWebKey string `json:"recaptcha_web_key,omitempty"`

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

0 comments on commit 02db005

Please sign in to comment.