Cleanup, change app login

This commit is contained in:
g
2025-02-07 18:16:45 +00:00
parent 88bd061697
commit 40635ae667
4 changed files with 199 additions and 56 deletions

View File

@@ -8,7 +8,6 @@ import { Button } from "@/components/ui/button";
import { Checkbox } from "@/components/ui/checkbox";
import { Input } from "@/components/ui/input";
import { Label } from "@/components/ui/label";
import { Github } from "lucide-react"; // ✅ Added missing GitHub icon
export default function LoginPage() {
const [username, setUsername] = useState(""); // ✅ Fixed incorrect state name