frontend: session page improvements

This commit is contained in:
moolcoov
2025-05-04 14:40:50 +08:00
parent d3176a5bb3
commit 4c6762ef1d
56 changed files with 1654 additions and 1684 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ const LoginPage = () => {
if (token) {
navigate("/");
}
}, []);
}, [navigate]);
return (
<div className="flex flex-col items-center gap-10 px-4 py-10 sm:gap-18 sm:py-18">