ScapBot
Create account
Start for free
{ let data; try { data = await r.json(); } catch (parseErr) { console.error('JSON parse error:', parseErr); throw new Error(t?.auth?.errors?.server_error); } return data; }) .then(data => { loading = false; if (data.success) { sessionStorage.setItem('verify_email', email); const lang = window.__LANG__ || 'vi'; window.location.href = '/' + lang + '/verify-email'; } else { error = dichLoi(data, t?.common?.error); } }) .catch(e => { loading = false; console.error('Register error:', e); error = e.message || t?.auth?.errors?.network_error; }); " class="space-y-5">
Email
*
Password
*
Password must be at least 8 characters
I agree to the
Terms of Service
and
Privacy Policy
Sign up
Already have an account?
Sign in