|
Log::notice('Inactive user detected, authentication rejected');
|
|
Log::notice('Inactive user detected, authentication rejected');
|
|
return response()->json(['message' => 'unauthorised'], Response::HTTP_UNAUTHORIZED);
|
|
return response()->json(['message' => 'unauthorised'], Response::HTTP_UNAUTHORIZED);
|