Skip to content

Commit a8da009

Browse files
Sonia ParkSonia Park
authored andcommitted
fix: fix help arguments
1 parent 7ef9326 commit a8da009

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

desktop/core/src/desktop/conf.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1610,13 +1610,12 @@ def is_gunicorn_report_enabled():
16101610
key="oidc_rp_client_secret",
16111611
help=_("The client secret as relay party set in OpenID provider."),
16121612
type=str,
1613-
default=""
1613+
default=None,
16141614
),
16151615

16161616
OIDC_RP_CLIENT_SECRET_SCRIPT=Config(
16171617
key="oidc_rp_client_secret_script",
1618-
help=_("Execute this script to produce the oidc rp client secret.",
1619-
"This will be used when 'oidc_rp_client_secret' is not set."),
1618+
help=_("Execute this script to produce the oidc rp client secret. This will be used when 'oidc_rp_client_secret' is not set."),
16201619
type=coerce_password_from_script,
16211620
default=None,
16221621
),

0 commit comments

Comments
 (0)