Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr authored Jan 2, 2025
1 parent ba27d36 commit 87488c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion embedx/config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@
"linkedin_v2",
"lark",
"x",
"line_v2_1"
"line"
],
"examples": ["google"]
},
Expand Down
2 changes: 1 addition & 1 deletion selfservice/strategy/oidc/provider_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ var supportedProviders = map[string]func(config *Configuration, reg Dependencies
"patreon": NewProviderPatreon,
"lark": NewProviderLark,
"x": NewProviderX,
"line_v2_1": NewProviderLineV21,
"line": NewProviderLineV21,
}

func (c ConfigurationCollection) Provider(id string, reg Dependencies) (Provider, error) {
Expand Down

0 comments on commit 87488c7

Please sign in to comment.