diff --git a/www/sessions/post.php b/www/sessions/post.php index 50a04c4b..f291d91a 100644 --- a/www/sessions/post.php +++ b/www/sessions/post.php @@ -33,7 +33,7 @@ try{ header('Location: ' . $session->Url); } } -catch(Exceptions\InvalidLoginException $ex){ +catch(Exceptions\AppException $ex){ if($requestType == WEB){ $_SESSION['email'] = $email; $_SESSION['redirect'] = $redirect;