diff --git a/serve/frontend/src/pages/Auth.tsx b/serve/frontend/src/pages/Auth.tsx index b0ccf4b..b43a6c0 100644 --- a/serve/frontend/src/pages/Auth.tsx +++ b/serve/frontend/src/pages/Auth.tsx @@ -13,7 +13,7 @@ import { useEffect, useState, type FormEvent } from 'react' import { useNavigate } from 'react-router-dom' import { useMutation } from '@tanstack/react-query' import { motion } from 'framer-motion' -import { Eye, EyeOff, Loader2, Lock, ShieldCheck, ShieldAlert, Sparkles } from 'lucide-react' +import { Eye, EyeOff, Loader2, Lock, ShieldCheck, ShieldAlert } from 'lucide-react' import { api } from '@/lib/api' import { Logo } from '@/components/Logo' import { cn } from '@/lib/cn' @@ -196,11 +196,6 @@ export function Auth() { )} - -
- - 自托管量化工作台 · 数据完全掌握在自己手里 -
)