()
| 215 | } |
| 216 | |
| 217 | public getOrganizationName(): string | null { |
| 218 | this.ensureInitialized() |
| 219 | const userInfo = this.authService!.getUserInfo() |
| 220 | return userInfo?.organizationName || null |
| 221 | } |
| 222 | |
| 223 | public getOrganizationRole(): string | null { |
| 224 | this.ensureInitialized() |
no test coverage detected