(options = {})
| 1156 | } |
| 1157 | |
| 1158 | promptForSignup (options = {}) { |
| 1159 | if (/hoc/.test(this.terrain || '')) { return } |
| 1160 | if (features.noAuth || (this.campaign?.get('type') === 'hoc')) { return } |
| 1161 | this.endHighlight() |
| 1162 | storage.save(PROMPTED_FOR_SIGNUP, true) |
| 1163 | return this.openModalView(new CreateAccountModal({ supermodel: this.supermodel, ...options })) |
| 1164 | } |
| 1165 | |
| 1166 | promptForSubscription (slug, label) { |
| 1167 | this.paywallReached() |
no test coverage detected