Skip to content

Commit e2a58d0

Browse files
author
thisisaaronland
committed
just -enable-oauth2
1 parent f0a2e85 commit e2a58d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flags/oauth2.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ var oauth2_err error
2121

2222
func AppendOAuth2Flags(fs *flag.FlagSet) error {
2323

24-
fs.Bool("enable-oauth2-login", false, "Enable support for logging in through an OAuth2 provider.")
24+
fs.Bool("enable-oauth2", false, "Enable support for logging in through an OAuth2 provider.")
2525

2626
fs.String("oauth2-client-id", "", "The OAuth2 application client ID used for validating users.")
2727
fs.String("oauth2-client-secret", "", "The OAuth2 application secret used for validating users.")

0 commit comments

Comments
 (0)