()
| 1017 | } |
| 1018 | |
| 1019 | clearUserSpecificLocalStorage () { |
| 1020 | for (const key of ['hoc-campaign']) { storage.remove(key) } |
| 1021 | userUtils.removeLibraryKeys() |
| 1022 | const userId = this.get('_id') || this.id |
| 1023 | if (userId) { userUtils.clearActivityStatusCache(userId) } |
| 1024 | } |
| 1025 | |
| 1026 | signupWithPassword (name, email, password, options = {}) { |
| 1027 | options.url = _.result(this, 'url') + '/signup-with-password' |
no test coverage detected