// If already logged in, redirect to dashboard if ($auth->isLoggedIn()) { header('Location: dashboard.php'); exit; } ?>
Don't have an account?
Enter your email address and we'll send you a link to reset your password.