Merge pull request #12350 from zhongwencool/fix-typo

chore: fix typos
This commit is contained in:
zhongwencool 2024-01-18 17:49:28 +08:00 committed by GitHub
commit 4d1aa97020
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -137,7 +137,7 @@ secret_base64_encoded(_) -> undefined.
public_key(type) -> string();
public_key(desc) -> ?DESC(?FUNCTION_NAME);
public_key(required) -> ture;
public_key(required) -> true;
public_key(_) -> undefined.
endpoint(type) -> string();

View File

@ -1,6 +1,6 @@
{application, emqx_dashboard_sso, [
{description, "EMQX Dashboard Single Sign-On"},
{vsn, "0.1.3"},
{vsn, "0.1.4"},
{registered, [emqx_dashboard_sso_sup]},
{applications, [
kernel,

View File

@ -163,7 +163,7 @@ convert_certs(
) ->
case
emqx_tls_lib:ensure_ssl_files(
Dir, #{enable => ture, certfile => Cert, keyfile => Key}, #{}
Dir, #{enable => true, certfile => Cert, keyfile => Key}, #{}
)
of
{ok, #{certfile := CertPath, keyfile := KeyPath}} ->