diff --git a/frontend/src/pages/Dashboard.tsx b/frontend/src/pages/Dashboard.tsx index f80e991..c40c9bf 100644 --- a/frontend/src/pages/Dashboard.tsx +++ b/frontend/src/pages/Dashboard.tsx @@ -509,22 +509,34 @@ const AccountRow: React.FC<{ )} +import VerifiedUserIcon from '@mui/icons-material/VerifiedUser'; + +// ... (inside AccountRow) + {/* Scraper Auth Button - Controls the optional cooldown tracking */} - - - {account.steamLoginSecure && !account.authError ? : (account.authError ? : )} - + + + + {account.steamLoginSecure && !account.authError ? : (account.authError ? : )} + + {account.steamLoginSecure && !account.authError && ( + + TRACKING + + )} +