export default function LoginForm({ redirect = "/", failed = false, }: { redirect?: string failed?: boolean } ) { return
the fresh logo: a sliced lemon dripping with juice

Login

{failed ?

Login failed

: null}
}