From 1f52ab9a3f3dad30bce6b8902e729f2db11c93de Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Sat, 11 Jul 2020 19:39:16 +0300 Subject: [PATCH] cleanyp --- application/Espo/Core/Authentication/Authentication.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/application/Espo/Core/Authentication/Authentication.php b/application/Espo/Core/Authentication/Authentication.php index e735b15cb1..d76233fccb 100644 --- a/application/Espo/Core/Authentication/Authentication.php +++ b/application/Espo/Core/Authentication/Authentication.php @@ -68,9 +68,6 @@ class Authentication const MAX_FAILED_ATTEMPT_NUMBER = 10; - const STATUS_SUCCESS = 'success'; - const STATUS_SECOND_STEP_REQUIRED = 'secondStepRequired'; - protected $allowAnyAccess; private $portal;