RocketChat/Rocket.Chat

View on GitHub
apps/meteor/client/meteorOverrides/login/oauth.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function tryLoginAfterPopupClosed has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const tryLoginAfterPopupClosed = (
    credentialToken: string,
    callback?: (error?: globalThis.Error | Meteor.Error | Meteor.TypedError) => void,
    totpCode?: string,
    credentialSecret?: string | null,
Severity: Minor
Found in apps/meteor/client/meteorOverrides/login/oauth.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status