We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0a2e85 commit e2a58d0Copy full SHA for e2a58d0
flags/oauth2.go
@@ -21,7 +21,7 @@ var oauth2_err error
21
22
func AppendOAuth2Flags(fs *flag.FlagSet) error {
23
24
- fs.Bool("enable-oauth2-login", false, "Enable support for logging in through an OAuth2 provider.")
+ fs.Bool("enable-oauth2", false, "Enable support for logging in through an OAuth2 provider.")
25
26
fs.String("oauth2-client-id", "", "The OAuth2 application client ID used for validating users.")
27
fs.String("oauth2-client-secret", "", "The OAuth2 application secret used for validating users.")
0 commit comments