diff --git a/control-candidatos.php b/control-candidatos.php
index d79a46a..151a5f1 100644
--- a/control-candidatos.php
+++ b/control-candidatos.php
@@ -48,7 +48,7 @@ if(isset($resultado['estado'])){
Formulario de registro
Control candidatos
Control usuario
- API
+ API
Cerrar sesión
diff --git a/control-usuarios.php b/control-usuarios.php
index b22efc8..271e817 100644
--- a/control-usuarios.php
+++ b/control-usuarios.php
@@ -43,7 +43,7 @@ if (isset($resultado['estado'])){
Formulario de registro
Control candidatos
Control usuario
- API
+ API
Cerrar sesión
diff --git a/js/consultar-api.js b/js/consultar-api.js
index 018938b..5a6bc49 100644
--- a/js/consultar-api.js
+++ b/js/consultar-api.js
@@ -337,7 +337,7 @@ class AppController {
this.appState.setAccessToken(response.access_token);
this.uiController.displayTokenInfo(response);
} catch (error) {
- this.uiController.showError(`Error al obtener token, las credenciales son incorrectas: ${error.message}`);
+ this.uiController.showError(`Error al obtener token: ${error.message}`);
}
}