Merge pull request #5736 from tigercl/fix/authn
fix(authn): fix spelling error
This commit is contained in:
commit
27b11ea6e2
|
@ -60,7 +60,7 @@ initialize() ->
|
||||||
providers() ->
|
providers() ->
|
||||||
[ {{'password-based', 'built-in-database'}, emqx_authn_mnesia}
|
[ {{'password-based', 'built-in-database'}, emqx_authn_mnesia}
|
||||||
, {{'password-based', mysql}, emqx_authn_mysql}
|
, {{'password-based', mysql}, emqx_authn_mysql}
|
||||||
, {{'password-based', posgresql}, emqx_authn_pgsql}
|
, {{'password-based', postgresql}, emqx_authn_pgsql}
|
||||||
, {{'password-based', mongodb}, emqx_authn_mongodb}
|
, {{'password-based', mongodb}, emqx_authn_mongodb}
|
||||||
, {{'password-based', redis}, emqx_authn_redis}
|
, {{'password-based', redis}, emqx_authn_redis}
|
||||||
, {{'password-based', 'http-server'}, emqx_authn_http}
|
, {{'password-based', 'http-server'}, emqx_authn_http}
|
||||||
|
|
Loading…
Reference in New Issue