fix(authn): fix spelling error

This commit is contained in:
zhouzb 2021-09-14 17:42:07 +08:00
parent c322957257
commit ce6c24a866
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ initialize() ->
providers() ->
[ {{'password-based', 'built-in-database'}, emqx_authn_mnesia}
, {{'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', redis}, emqx_authn_redis}
, {{'password-based', 'http-server'}, emqx_authn_http}