start of sidebar no styling done

This commit is contained in:
creations 2025-03-20 07:25:20 -04:00
parent d1dc1b4bf0
commit f4237afc59
Signed by: creations
GPG key ID: 8F553AA4320FC711
7 changed files with 149 additions and 21 deletions

View file

@ -41,7 +41,7 @@ if (loginForm) {
const data = await response.json();
if (data.success) {
window.location.href = "/";
window.location.href = "/dashboard";
} else {
if (errorMessage) {
errorMessage.style.display = "block";
@ -92,7 +92,7 @@ if (loginForm) {
const data = await response.json();
if (data.success) {
window.location.href = "/";
window.location.href = "/dashboard";
} else {
if (errorMessage) {
errorMessage.style.display = "block";

View file