public_html/layouts/basic/modules/Settings/Companies/resources/EmailVerificationModal.js
Function registerCheckVerificationCode
has 31 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
registerCheckVerificationCode: function () {
this.container.find('button.js-email-verification-modal__back').on('click', () => {
this.container.find('input:visible').val('');
this.toggleForms();
});