Aralu Family Hub
Enter password to continue
r.json()) .then(data => { if (data.success) { if (rememberDevice) { localStorage.setItem('appPassword', password); localStorage.setItem('deviceRemembered', 'true'); alert('Device will be remembered. Password saved: ' + (localStorage.getItem('appPassword') ? 'Yes' : 'No')); } if (localStorage.getItem('currentUser')) { window.location.href = '/home'; } else { window.location.href = '/profile-select'; } } else { error = 'Incorrect password'; password = ''; } }) .catch(() => { error = 'Network error. Please try again.'; }); " class="space-y-4">
Password
Remember this device
Continue
Made with ❤️ for the Aralu Family