From 839f7fe719393450623f2ce09877a93ea2707ef4 Mon Sep 17 00:00:00 2001 From: Muhsin Keloth Date: Wed, 5 Jun 2024 16:07:44 +0530 Subject: [PATCH] fix: Reset loader state on error (#9597) - Replace `showAlert` with `showAlertMessage` in auth related pages. --- .../v3/views/auth/reset/password/Index.vue | 12 ++++++------ app/javascript/v3/views/login/Index.vue | 6 ++++-- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/app/javascript/v3/views/auth/reset/password/Index.vue b/app/javascript/v3/views/auth/reset/password/Index.vue index 5bad15e72..44be9fd0c 100644 --- a/app/javascript/v3/views/auth/reset/password/Index.vue +++ b/app/javascript/v3/views/auth/reset/password/Index.vue @@ -1,18 +1,18 @@