diff --git a/AppImage/components/two-factor-setup.tsx b/AppImage/components/two-factor-setup.tsx index f62598a..57f1d97 100644 --- a/AppImage/components/two-factor-setup.tsx +++ b/AppImage/components/two-factor-setup.tsx @@ -6,7 +6,6 @@ import { Input } from "./ui/input" import { Dialog, DialogContent, DialogDescription, DialogHeader, DialogTitle } from "./ui/dialog" import { AlertCircle, CheckCircle, Copy, Shield, Check } from "lucide-react" import { getApiUrl } from "../lib/api-config" -import Image from "next/image" interface TwoFactorSetupProps { open: boolean @@ -167,7 +166,7 @@ export function TwoFactorSetup({ open, onClose, onSuccess }: TwoFactorSetupProps
{qrCode && (