From 2856b8721911425768eeb403c4b3988bcda41043 Mon Sep 17 00:00:00 2001 From: bidi Date: Tue, 10 Dec 2024 17:10:32 +0200 Subject: [PATCH] updated config Signed-off-by: bidi --- config/autoload/authentication.global.php | 4 ---- 1 file changed, 4 deletions(-) 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, - ], ], ], ],