()
| 209 | } |
| 210 | |
| 211 | public getOrganizationId(): string | null { |
| 212 | this.ensureInitialized() |
| 213 | const userInfo = this.authService!.getUserInfo() |
| 214 | return userInfo?.organizationId || null |
| 215 | } |
| 216 | |
| 217 | public getOrganizationName(): string | null { |
| 218 | this.ensureInitialized() |
no test coverage detected