From d85d85dc05ad743c40f2e16f2a4d4c2d7b8a1a06 Mon Sep 17 00:00:00 2001 From: Juliancito733 <106770823+Juliancito733@users.noreply.github.com> Date: Sat, 24 May 2025 13:10:12 -0600 Subject: [PATCH] fix: Agregar Icon a Siderbar para API --- js/consultar-api.js | 2 +- views/control-candidatos.php | 2 +- views/control-usuarios.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/js/consultar-api.js b/js/consultar-api.js index 5a6bc49..018938b 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: ${error.message}`); + this.uiController.showError(`Error al obtener token, las credenciales son incorrectas: ${error.message}`); } } diff --git a/views/control-candidatos.php b/views/control-candidatos.php index 151a5f1..d79a46a 100644 --- a/views/control-candidatos.php +++ b/views/control-candidatos.php @@ -48,7 +48,7 @@ if(isset($resultado['estado'])){