Welcome back
Sign in to the SkyApex Support Agent Console
Email Address
Password
Forgot password?
Remember me for 30 days
res.text()) .then(text => { try { let data = JSON.parse(text); if (data.success) { window.location.href = '../dashboard/index.php'; } else { loading = false; error = data.message; } } catch(e) { loading = false; console.error('Raw Server Response:', text); error = 'Server Error (check console): ' + text.substring(0, 80) + '...'; } }) .catch(err => { loading = false; error = 'Network Error: ' + err.message; }); " :disabled="loading" class="w-full px-4 py-3 rounded-md text-sm btn-primary flex justify-center items-center gap-2" >
Sign In
Authenticating...
Don't have an account?
Request access
Back to main site