(e)
| 471 | } |
| 472 | |
| 473 | onChangeName (e) { |
| 474 | this.updateAuthModalInitialValues({ name: this.$(e.currentTarget).val() }) |
| 475 | return this.checkName() |
| 476 | } |
| 477 | |
| 478 | checkName () { |
| 479 | const name = this.$('input[name="name"]').val() |
nothing calls this directly
no test coverage detected