/* SINAIS FIFA — Login screen (GoldeBet credentials) */ const { useState: useS_L } = React; const Icon = ({ d, size = 16 }) => ( ); const LoginScreen = ({ onLogin }) => { const [email, setEmail] = useS_L(''); const [pwd, setPwd] = useS_L(''); const [agree, setAgree] = useS_L(false); const [busy, setBusy] = useS_L(false); const [err, setErr] = useS_L(''); const ready = email.includes('@') && pwd.length >= 4 && agree; const submit = async (e) => { e.preventDefault(); if (!ready) return; setBusy(true); setErr(''); try { const u = await window.loginRequest(email, pwd, agree); onLogin(u); } catch (ex) { setErr(ex.message || 'falha no login'); } finally { setBusy(false); } }; return (
Siga estes passos simples para ter acesso completo às ferramentas exclusivas