renalreg/radar

View on GitHub
radar/api/auth.py

Summary

Maintainability
A
40 mins
Test Coverage

Consider simplifying this complex logical expression.
Open

    if (
        request.method != 'OPTIONS' and
        request.endpoint is not None and
        current_user.is_authenticated() and
        current_user.force_password_change and
Severity: Major
Found in radar/api/auth.py - About 40 mins to fix

    There are no issues that match your filters.

    Category
    Status