mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
chore: fix typo in OpenID on cli help (#9535)
This commit is contained in:
@@ -1171,7 +1171,7 @@ when required by your organization's security policy.`,
|
||||
},
|
||||
{
|
||||
Name: "OpenID connect icon URL",
|
||||
Description: "URL pointing to the icon to use on the OepnID Connect login button.",
|
||||
Description: "URL pointing to the icon to use on the OpenID Connect login button.",
|
||||
Flag: "oidc-icon-url",
|
||||
Env: "CODER_OIDC_ICON_URL",
|
||||
Value: &c.OIDC.IconURL,
|
||||
|
||||
Reference in New Issue
Block a user