diff --git a/index.html b/index.html
index 0749d22..6a36da9 100644
--- a/index.html
+++ b/index.html
@@ -4,7 +4,7 @@
-
-
+
- Portal Administrativo
+ Punto de Venta
@@ -55,7 +55,7 @@ onMounted(() => {
diff --git a/src/components/Holos/Logo.vue b/src/components/Holos/Logo.vue
index 7cb025c..ae6ce2f 100644
--- a/src/components/Holos/Logo.vue
+++ b/src/components/Holos/Logo.vue
@@ -1,10 +1,30 @@
+
-
![]()
+
\ No newline at end of file
diff --git a/src/pages/Auth/Login.vue b/src/pages/Auth/Login.vue
index bcd4189..1b9992c 100644
--- a/src/pages/Auth/Login.vue
+++ b/src/pages/Auth/Login.vue
@@ -36,6 +36,9 @@ const login = () => {
defineCsrfToken(res.csrf)
location.replace('/')
},
+ onError: () => {
+ isLoading.value = false;
+ },
onFinish: () => {
isLoading.value = false;
}
@@ -70,7 +73,7 @@ onMounted(() => {
diff --git a/src/pages/POS/Inventory/ImportModal.vue b/src/pages/POS/Inventory/ImportModal.vue
index f406cdf..d7e94d5 100644
--- a/src/pages/POS/Inventory/ImportModal.vue
+++ b/src/pages/POS/Inventory/ImportModal.vue
@@ -156,7 +156,7 @@ const closeModal = () => {