Fix u2f doc

This commit is contained in:
Xavier Guimard 2020-05-16 09:21:43 +02:00 committed by Maxime Besson
parent f8a1117f37
commit d0bef99b4d

View File

@ -107,7 +107,7 @@ keys in Second Factor Devices array (JSON) in your user-database. Then
map it to the \_2fDevices attribute *(see
:doc:`exported variables<exportedvars>`)*:
.. code:: json
.. code:: perl
$_2fDevices = [{"name" : "MyU2FKey" , "type" : "U2F" , "_userKey" : "########" , "_keyHandle":"########" , "epoch":"1524078936"}, ...]