()
| 185 | } |
| 186 | |
| 187 | isInternal () { |
| 188 | const email = this.get('email') |
| 189 | if (!email) { return false } |
| 190 | return email.endsWith('@codecombat.com') || email.endsWith('@ozaria.com') |
| 191 | } |
| 192 | |
| 193 | // This could also be a user property later, once we plan to release Ozaria to more users |
| 194 | showOzCourses () { |
no test coverage detected