mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2025-01-18 17:15:13 +01:00
Fix response displayed on login page
This commit is contained in:
parent
59b9222b78
commit
72a2cc38d6
@ -111,7 +111,8 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="text-block text-center my-3">
|
<div class="text-block text-center my-3">
|
||||||
<span class="text-small font-weight-semibold"><a href="https://craftycontrol.com/">Crafty Control</a> </span>
|
<span class="text-small font-weight-semibold"><a href="https://craftycontrol.com/">Crafty Control</a>
|
||||||
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="text-block text-center my-3">
|
<div class="text-block text-center my-3">
|
||||||
@ -191,7 +192,7 @@
|
|||||||
location.href = `/panel/dashboard`
|
location.href = `/panel/dashboard`
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
$("#error-field").html(responseData.error);
|
$("#error-field").html(responseData.error_data);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user