From eabf6de16a7e499dcc27e126a9eaeef8af9b46a7 Mon Sep 17 00:00:00 2001 From: Hectorgh24 Date: Tue, 27 May 2025 10:22:53 -0600 Subject: [PATCH] Revert "fix: Agregar Icon a Siderbar para API" This reverts commit d85d85dc05ad743c40f2e16f2a4d4c2d7b8a1a06. --- control-candidatos.php | 2 +- control-usuarios.php | 2 +- js/consultar-api.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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}`); } }