import Link from "next/link"; import { loginUser } from "@/lib/user-actions"; export default function LoginPage() { return (

Login

Enter WatchLink with your username and password.

Create account
); }