import { Button } from "@/registry/ui/button" import { Card, CardContent, CardFooter, CardHeader, CardTitle, } from "@/registry/ui/card" import { Checkbox } from "@/registry/ui/checkbox" import { Input } from "@/registry/ui/input" import { Label } from "@/registry/ui/label" import { Separator } from "@/registry/ui/separator" export default function AuthSignin() { return (
Sign in

Use the address your workspace was created with.

Forgot?
{/* flex-1 rather than a width class: Separator already sets w-full, and two conflicting width utilities would be settled by stylesheet order instead of by this file. */}
or
No account?{" "} Create one
) }