NodeBB/NodeBB

View on GitHub
src/routes/authentication.js

Summary

Maintainability
A
1 hr
Test Coverage

Function reloadRoutes has 78 lines of code (exceeds 75 allowed). Consider refactoring.
Open

Auth.reloadRoutes = async function (params) {
    loginStrategies.length = 0;
    const { router } = params;

    // Local Logins
Severity: Major
Found in src/routes/authentication.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status