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;