mirror of
https://github.com/coder/coder.git
synced 2026-09-22 05:05:20 +08:00
fix: bug with CODER_OAUTH2_GITHUB_ALLOW_SIGNUPS (#4451)
This commit is contained in:
@@ -175,7 +175,7 @@ func Flags() codersdk.DeploymentFlags {
|
||||
OAuth2GithubAllowSignups: codersdk.BoolFlag{
|
||||
Name: "Oauth2 Github Allow Signups",
|
||||
Flag: "oauth2-github-allow-signups",
|
||||
EnvVar: "CODER_AUTOBUILD_POLL_INTERVAL",
|
||||
EnvVar: "CODER_OAUTH2_GITHUB_ALLOW_SIGNUPS",
|
||||
Description: "Whether new users can sign up with GitHub.",
|
||||
},
|
||||
OAuth2GithubEnterpriseBaseURL: codersdk.StringFlag{
|
||||
|
||||
Reference in New Issue
Block a user