Skip to content

Commit

Permalink
Fix values allowed in db_type of mod_auth_fast documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
prefiks committed Dec 20, 2024
1 parent 5b3b295 commit aa65e62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mod_auth_fast.erl
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ mod_doc() ->
note => "added in 24.12",
opts =>
[{db_type,
#{value => "mnesia | sql",
#{value => "mnesia",
desc =>
?T("Same as top-level _`default_db`_ option, but applied to this module only.")}},
{token_lifetime,
Expand Down

0 comments on commit aa65e62

Please sign in to comment.