YetiForceCompany/YetiForceCRM

View on GitHub
public_html/layouts/basic/modules/Settings/Companies/resources/EmailVerificationModal.js

Summary

Maintainability
A
1 hr
Test Coverage

Function registerCheckVerificationCode has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        registerCheckVerificationCode: function () {
            this.container.find('button.js-email-verification-modal__back').on('click', () => {
                this.container.find('input:visible').val('');
                this.toggleForms();
            });

    There are no issues that match your filters.

    Category
    Status