willpower232/TOTPBTF3

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

Summary

Maintainability
A
1 hr
Test Coverage

Method update has 46 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function update()
    {
        if (config('app.readonly')) {
            abort(404);
        }
Severity: Minor
Found in app/Http/Controllers/SessionsController.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status