diff --git a/config/autoload/authentication.global.php b/config/autoload/authentication.global.php index e637f77..e89305e 100644 --- a/config/autoload/authentication.global.php +++ b/config/autoload/authentication.global.php @@ -24,10 +24,6 @@ 'value' => UserStatusEnum::Active, 'message' => Message::USER_NOT_ACTIVATED, ], - 'isDeleted' => [ - 'value' => false, - 'message' => Message::ACCOUNT_NOT_FOUND, - ], ], ], ],