RocketChat/Rocket.Chat

View on GitHub
apps/meteor/app/apple/server/loginHandler.ts

Summary

Maintainability
A
30 mins
Test Coverage

Avoid too many return statements within this function.
Open

        return {
            type: 'apple',
            error: new Meteor.Error(Accounts.LoginCancelledError.numericError, error.message),
        };
Severity: Major
Found in apps/meteor/app/apple/server/loginHandler.ts - About 30 mins to fix

    There are no issues that match your filters.

    Category
    Status