登录页移除底部文案

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2026-07-06 15:45:13 +08:00
parent fcebba0a32
commit eae13737ff
+1 -6
View File
@@ -13,7 +13,7 @@ import { useEffect, useState, type FormEvent } from 'react'
import { useNavigate } from 'react-router-dom' import { useNavigate } from 'react-router-dom'
import { useMutation } from '@tanstack/react-query' import { useMutation } from '@tanstack/react-query'
import { motion } from 'framer-motion' 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 { api } from '@/lib/api'
import { Logo } from '@/components/Logo' import { Logo } from '@/components/Logo'
import { cn } from '@/lib/cn' import { cn } from '@/lib/cn'
@@ -196,11 +196,6 @@ export function Auth() {
</div> </div>
)} )}
</div> </div>
<div className="mt-4 flex items-center justify-center gap-1.5 text-[10px] text-muted/60">
<Sparkles className="h-3 w-3" />
·
</div>
</motion.div> </motion.div>
</div> </div>
) )