(size = 80)
| 210 | addressesIncludeAdministrativeRegion (defaultIfUnknown = true) { if (!this.get('country')) { return defaultIfUnknown } else { return utils.addressesIncludeAdministrativeRegion(this.get('country')) } } |
| 211 | |
| 212 | getPhotoURL (size = 80) { |
| 213 | if (application.testing) { return '' } |
| 214 | return `/db/user/${this.id}/avatar?s=${size}` |
| 215 | } |
| 216 | |
| 217 | getRequestVerificationEmailURL () { |
| 218 | return this.url() + '/request-verify-email' |
nothing calls this directly
no outgoing calls
no test coverage detected