chore: fix typo in OpenID on cli help (#9535)

This commit is contained in:
Steven Masley
2023-09-05 13:37:21 -05:00
committed by GitHub
parent 2487e64d25
commit 630d125286
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -380,7 +380,7 @@ can safely ignore these settings.
The text to show on the OpenID Connect sign in button.
--oidc-icon-url url, $CODER_OIDC_ICON_URL
URL pointing to the icon to use on the OepnID Connect login button.
URL pointing to the icon to use on the OpenID Connect login button.
Provisioning Options
Tune the behavior of the provisioner, which is responsible for creating,
+1 -1
View File
@@ -323,7 +323,7 @@ oidc:
# The text to show on the OpenID Connect sign in button.
# (default: OpenID Connect, type: string)
signInText: OpenID Connect
# URL pointing to the icon to use on the OepnID Connect login button.
# URL pointing to the icon to use on the OpenID Connect login button.
# (default: <unset>, type: url)
iconURL:
# Telemetry is critical to our ability to improve Coder. We strip all personal
+1 -1
View File
@@ -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,
+1 -1
View File
@@ -623,7 +623,7 @@ The text to show on the OpenID Connect sign in button.
| Environment | <code>$CODER_OIDC_ICON_URL</code> |
| YAML | <code>oidc.iconURL</code> |
URL pointing to the icon to use on the OepnID Connect login button.
URL pointing to the icon to use on the OpenID Connect login button.
### --provisioner-daemon-poll-interval
+1 -1
View File
@@ -380,7 +380,7 @@ can safely ignore these settings.
The text to show on the OpenID Connect sign in button.
--oidc-icon-url url, $CODER_OIDC_ICON_URL
URL pointing to the icon to use on the OepnID Connect login button.
URL pointing to the icon to use on the OpenID Connect login button.
Provisioning Options
Tune the behavior of the provisioner, which is responsible for creating,