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'])){