added greeting with context logic

This commit is contained in:
2025-10-25 15:59:52 +02:00
parent 770025f8fc
commit a0bdf5539c
5 changed files with 45 additions and 15 deletions

View File

@@ -14,7 +14,6 @@ const API_BASE =
export const LoginPage = () => {
const [isLoggedIn, setIsLoggedIn] = useAtom(setIsLoggedInAtom);
const navigate = useNavigate();
console.log(isLoggedIn);
useEffect(() => {
if (isLoggedIn) {