From 5fd53883beeebde76edcc51905cd91860ec7162f Mon Sep 17 00:00:00 2001 From: MacRimi Date: Fri, 7 Nov 2025 21:02:20 +0100 Subject: [PATCH] Update two-factor-setup.tsx --- AppImage/components/two-factor-setup.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 && (
- QR Code + QR Code
)}