Wire up forgot password dialog in Login page
cgen-e9695a45386d4bc39c05660c8d8a7342
This commit is contained in:
parent
edd6809ca1
commit
ad3c1a3c53
1 changed files with 10 additions and 0 deletions
|
|
@ -28,6 +28,16 @@ import {
|
|||
User,
|
||||
Info,
|
||||
} from "lucide-react";
|
||||
import {
|
||||
Dialog,
|
||||
DialogTrigger,
|
||||
DialogContent,
|
||||
DialogHeader,
|
||||
DialogTitle,
|
||||
DialogDescription,
|
||||
DialogFooter,
|
||||
DialogClose,
|
||||
} from "@/components/ui/dialog";
|
||||
|
||||
export default function Login() {
|
||||
const [isLoading, setIsLoading] = useState(false);
|
||||
|
|
|
|||
Loading…
Reference in a new issue