doc: fix a missing code-block space

This commit is contained in:
Éloi Rivard 2024-12-11 17:35:07 +01:00
parent a0b7a34921
commit 6d4bef9e23
No known key found for this signature in database
GPG key ID: 7EDA204EA57DD184

View file

@ -52,6 +52,7 @@ It is used when the ``CANAILLE_LDAP`` configuration parameter is defined. For in
If you want to use TOTP/HOTP authentication, you will need to add the ``oathHOTPToken`` class to the user :
.. code-block:: toml
USER_CLASS = ["inetOrgPerson", "oathHOTPToken"]
You can find more details on the LDAP configuration in the :class:`dedicated section <canaille.backends.ldap.configuration.LDAPSettings>`.