MCPcopy Create free account
hub / github.com/Fibi66/FeiControl / ChangePasswordModalProps

Interface ChangePasswordModalProps

src/components/ChangePasswordModal.tsx:6–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import { X, Key, Eye, EyeOff, Loader2, AlertCircle } from "lucide-react";
5
6interface ChangePasswordModalProps {
7 isOpen: boolean;
8 onClose: () => void;
9 onSuccess: () => void;
10}
11
12export function ChangePasswordModal({
13 isOpen,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected