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:
+1
-1
@@ -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.
|
||||
|
||||
[1mProvisioning Options[0m
|
||||
Tune the behavior of the provisioner, which is responsible for creating,
|
||||
|
||||
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user