fix(schema): add type namespce to emqx_dashboard_sso_ldap

This commit is contained in:
Zaiming (Stone) Shi 2023-11-08 18:47:39 +01:00
parent a2700771c9
commit ae24b45d1b
1 changed files with 4 additions and 0 deletions

View File

@ -12,6 +12,7 @@
-behaviour(emqx_dashboard_sso).
-export([
namespace/0,
fields/1,
desc/1
]).
@ -30,6 +31,9 @@
%% Hocon Schema
%%------------------------------------------------------------------------------
namespace() ->
"sso".
hocon_ref() ->
hoconsc:ref(?MODULE, ldap).