RocketChat/Rocket.Chat

View on GitHub
apps/meteor/app/ui-utils/client/lib/IframeLogin.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function tryLogin has 36 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    tryLogin(callback?: (error: Meteor.Error | Meteor.TypedError | Error | null | undefined, result: unknown) => void) {
        if (!this.enabled) {
            return;
        }

Severity: Minor
Found in apps/meteor/app/ui-utils/client/lib/IframeLogin.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status