remove double ENABLED help output (#16528)

This commit is contained in:
Harshavardhana
2023-02-03 19:22:52 +05:30
committed by GitHub
parent 8ca14e6267
commit aa8b9572b9
4 changed files with 28 additions and 69 deletions

View File

@@ -26,13 +26,6 @@ var (
}
Help = config.HelpKVS{
config.HelpKV{
Key: config.Enable,
Description: "Enable or disable OpenID",
Type: "on|off",
Optional: true,
Sensitive: false,
},
config.HelpKV{
Key: DisplayName,
Description: "Friendly display name for this Provider/App" + defaultHelpPostfix(DisplayName),