The Wonder Way
.com
--
min left ·
Sign out
Tap to connect
×
Get More Time
Your minutes are out. Choose a pack to keep going.
30 Minutes — $15
The Wonder Way Session Pack
60 Minutes — $25
Best Value · 2× the time
The Wonder Way
Sign in to access your AI learning session
Sign In
Create Account
Sign In
Forgot password?
function showForgot() { const email = prompt('Enter your email address:'); if (!email) return; fetch('/api/auth/forgot-password', { method: 'POST', headers: { 'Content-Type': 'application/json' }, body: JSON.stringify({ email }) }).then(r => r.json()).then(d => alert(d.message || 'If that email is registered you will receive a reset link.')).catch(() => alert('Connection error.')); }