mirror of
https://gitlab.com/megazordpobeda/DataRush.git
synced 2026-05-24 00:57:09 +00:00
frontend: session page improvements
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user