chore: fix typos

This commit is contained in:
aiotter 2024-01-17 03:45:16 +09:00 committed by zhongwencool
parent 6d6242c27a
commit 7802d6e018
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(type) -> string();
public_key(desc) -> ?DESC(?FUNCTION_NAME); public_key(desc) -> ?DESC(?FUNCTION_NAME);
public_key(required) -> ture; public_key(required) -> true;
public_key(_) -> undefined. public_key(_) -> undefined.
endpoint(type) -> string(); endpoint(type) -> string();

View File

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

View File

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