This commit is contained in:
Yuri Kuznetsov
2020-07-11 19:39:16 +03:00
parent 397a9cdf1f
commit 1f52ab9a3f

View File

@@ -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;