diff --git a/controlador/asientos.php b/controlador/asientos.php
index fd8c6e4..3d770e6 100644
--- a/controlador/asientos.php
+++ b/controlador/asientos.php
@@ -11,7 +11,7 @@ require_once 'VendedorController.php';
 header('Content-Type: application/json');
 
 // Conexión a base de datos
-$db = new BaseDatos('localhost:3306', 'root', '481037', 'boletos_db');
+$db = new BaseDatos('localhost:3306', 'root', 'password', 'boletos_db');
 
 // Inicializar el controlador
 $vendedorController = new VendedorController($db);