feat: remove unused ScanEye icon import from SSOLogin component
Some checks failed
container-scan / Container Scan (pull_request) Successful in 2m49s
docker-build / docker (pull_request) Failing after 1m3s
tests / Tests (pull_request) Successful in 3m35s

This commit is contained in:
Maximilian Liebmann 2025-07-01 00:26:55 +02:00
parent a6bad556a4
commit 8e7b2eda32

View file

@ -1,6 +1,6 @@
import { signIn } from '@/auth';
import { IconButton } from '@/components/buttons/icon-button';
import { Fingerprint, ScanEye } from 'lucide-react';
import { Fingerprint } from 'lucide-react';
export default function SSOLogin({
provider,