diff --git a/index.html b/index.html index 0749d22..6a36da9 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ - Holos + PDV
diff --git a/public/Logo-hk.png b/public/Logo-hk.png index a9573b4..cbedd30 100644 Binary files a/public/Logo-hk.png and b/public/Logo-hk.png differ diff --git a/src/components/Holos/Layout/Auth.vue b/src/components/Holos/Layout/Auth.vue index 5c891ce..170c4ef 100644 --- a/src/components/Holos/Layout/Auth.vue +++ b/src/components/Holos/Layout/Auth.vue @@ -32,12 +32,12 @@ onMounted(() => {
- +

- 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 = () => {