()
| 294 | isRegisteredHomeUser () { return this.isHomeUser() && !this.get('anonymous') } |
| 295 | |
| 296 | isStudent () { return this.get('role') === 'student' } |
| 297 | |
| 298 | canUseRobloxOauthConnection () { |
| 299 | // No Roblox OAuth in classroom mode |
no test coverage detected