Skip to content

Commit

Permalink
chore: updated comments to match variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
panbanda committed Mar 26, 2024
1 parent 7368efe commit c24acf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selfservice/strategy/oidc/provider_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ type Configuration struct {
// is used to generate `client_secret`
TeamId string `json:"apple_team_id"`

// OrgID is the WorkOS Organization ID that's needed for the `workos` `provider` to work.
// WorkOSOrganizationId is the WorkOS Organization ID that's needed for the `workos` `provider` to work.
WorkOSOrganizationId string `json:"workos_organization_id"`

// PrivateKeyId is the private Apple key identifier. Keys can be generated via developer.apple.com.
Expand Down

0 comments on commit c24acf0

Please sign in to comment.