cattr-app/server-application

View on GitHub
app/Http/Controllers/AuthController.php

Summary

Maintainability
A
1 hr
Test Coverage

Method login has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function login(LoginRequest $request): JsonResponse
    {
        $credentials = $request->only(['email', 'password', 'recaptcha']);

        $this->recaptcha->check($credentials);
Severity: Minor
Found in app/Http/Controllers/AuthController.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status