Autenticación de 2 factores

This commit is contained in:
2025-05-23 13:27:22 -06:00
parent fc7e2792ee
commit dfaa8fa499
8 changed files with 389 additions and 20 deletions

View File

@@ -13,4 +13,4 @@ function dashboard()
$nombreImportador = $_SESSION['usuario_nombre'];
include __DIR__ . '/../../views/importadores/dashboard_importador.php';
}
}