import { GalleryVerticalEnd } from "lucide-react"; import { Button } from "@/components/ui/button"; import { Field, FieldDescription, FieldGroup, FieldSeparator } from "@/components/ui/field"; import { cn } from "@/libraries/utils"; import { zitadel } from "@/services/zitadel.ts"; export function LoginForm({ className, ...props }: React.ComponentProps<"div">) { return (
{ e.preventDefault(); zitadel.authorize(); }} >
Valkyr Sandbox

Welcome to Valkyr Sandbox

Don't have an account? Sign up
Or
By clicking continue, you agree to our Terms of Service and Privacy Policy.
); }