diff --git a/config/autoload/authentication.global.php b/config/autoload/authentication.global.php index e89305e..494ee9d 100644 --- a/config/autoload/authentication.global.php +++ b/config/autoload/authentication.global.php @@ -20,7 +20,7 @@ 'invalid_credential' => Message::INVALID_CREDENTIALS, ], 'options' => [ - 'status' => [ + 'status' => [ 'value' => UserStatusEnum::Active, 'message' => Message::USER_NOT_ACTIVATED, ],