From 72a2cc38d66e2e4ad928d236b261fb36ebd41fd5 Mon Sep 17 00:00:00 2001 From: = Date: Sun, 29 Dec 2024 12:25:59 -0500 Subject: [PATCH] Fix response displayed on login page --- app/frontend/templates/public/login.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/frontend/templates/public/login.html b/app/frontend/templates/public/login.html index 9c7d3f91..9b6635e4 100644 --- a/app/frontend/templates/public/login.html +++ b/app/frontend/templates/public/login.html @@ -111,7 +111,8 @@
- Crafty Control + Crafty Control +
@@ -191,7 +192,7 @@ location.href = `/panel/dashboard` } } else { - $("#error-field").html(responseData.error); + $("#error-field").html(responseData.error_data); } });