fix(schema): add type namespce to emqx_dashboard_sso_ldap
This commit is contained in:
parent
a2700771c9
commit
ae24b45d1b
|
@ -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).
|
||||
|
||||
|
|
Loading…
Reference in New Issue