(e)
| 65 | } |
| 66 | |
| 67 | onClickLoginButton (e) { |
| 68 | const AuthModal = require('views/core/AuthModal') |
| 69 | return this.openModalView(new AuthModal()) |
| 70 | } |
| 71 | } |
| 72 | UserOptInView.initClass() |
| 73 | return UserOptInView |
nothing calls this directly
no outgoing calls
no test coverage detected