Skip to content

Commit

Permalink
fix: fix bug in ProviderItem.CountryCodes
Browse files Browse the repository at this point in the history
  • Loading branch information
hsluoyz committed May 7, 2024
1 parent 2187310 commit 572616d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion object/provider_item.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ type ProviderItem struct {
CanSignUp bool `json:"canSignUp"`
CanSignIn bool `json:"canSignIn"`
CanUnlink bool `json:"canUnlink"`
CountryCodes []string `json:"countryCode"`
CountryCodes []string `json:"countryCodes"`
Prompted bool `json:"prompted"`
SignupGroup string `json:"signupGroup"`
Rule string `json:"rule"`
Expand Down

0 comments on commit 572616d

Please sign in to comment.