(e)
| 61 | } |
| 62 | |
| 63 | onClickKeepMeUpdated (e) { |
| 64 | return this.user.sendKeepMeUpdatedVerificationCode(this.verificationCode) |
| 65 | } |
| 66 | |
| 67 | onClickLoginButton (e) { |
| 68 | const AuthModal = require('views/core/AuthModal') |
nothing calls this directly
no test coverage detected