hot fixes

This commit is contained in:
Lemuel Marquez
2021-01-06 17:43:26 -06:00
parent a1ed14be09
commit 0377f36314
16 changed files with 36 additions and 46 deletions
@@ -99,7 +99,7 @@ export default {
salir = true;
break;
case "jwt malformed":
msj = "tu token esta mal formado, inicia sesión de nuevo";
msj = "No se encontro tu token, inicia sesión de nuevo.";
salir = true;
break;
case "No hay token":
@@ -111,7 +111,7 @@ export default {
salir = true;
break;
case "jwt malformed":
msj = "tu token esta mal formado, inicia sesión de nuevo";
msj = "No se encontro tu token, inicia sesión de nuevo.";
salir = true;
break;
case "No hay token":