6 lines
103 B
PHP
6 lines
103 B
PHP
|
<?php
|
||
|
return array(
|
||
|
"account" => array(
|
||
|
"totp_header" => "Authentification à deux facteurs",
|
||
|
),
|
||
|
);
|