Skip to content

Commit 82407a9

Browse files
committed
cleanup
1 parent 5ef472e commit 82407a9

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

resources/js/pages/settings/two-factor.tsx

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,12 @@
11
import { useState, useEffect } from 'react';
22
import { Head, useForm } from '@inertiajs/react';
3-
import { Transition } from '@headlessui/react';
43
import AppLayout from '@/layouts/app-layout';
54
import SettingsLayout from '@/layouts/settings/layout';
65
import HeadingSmall from '@/components/heading-small';
76
import { Button } from '@/components/ui/button';
87
import { Badge } from '@/components/ui/badge';
9-
import { Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle } from '@/components/ui/card';
10-
import { Alert, AlertDescription } from '@/components/ui/alert';
118
import { InputOTP, InputOTPGroup, InputOTPSlot } from '@/components/ui/input-otp';
12-
import { Label } from '@/components/ui/label';
13-
import { Separator } from '@/components/ui/separator';
14-
import { Dialog, DialogContent, DialogDescription, DialogHeader, DialogTitle, DialogTrigger } from '@/components/ui/dialog';
9+
import { Dialog, DialogContent, DialogTrigger } from '@/components/ui/dialog';
1510
import { Check, Copy, Eye, EyeOff, Loader, ScanLine, LockKeyhole } from 'lucide-react';
1611
import { type BreadcrumbItem } from '@/types';
1712

tests/Feature/Auth/TwoFactorAuthTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
use App\Models\User;
66
use Illuminate\Foundation\Testing\RefreshDatabase;
7-
// Removed LivewireVolt import; not needed for React stack tests.
87
use Tests\TestCase;
98
use App\Actions\TwoFactorAuth\GenerateQrCodeAndSecretKey;
109
use App\Actions\TwoFactorAuth\GenerateNewRecoveryCodes;

0 commit comments

Comments
 (0)