()
| 204 | } |
| 205 | |
| 206 | export function getOauthOrgNotAllowedErrorMessage(): string { |
| 207 | return getIsNonInteractiveSession() |
| 208 | ? 'Your organization does not have access to Claude. Please login again or contact your administrator.' |
| 209 | : OAUTH_ORG_NOT_ALLOWED_ERROR_MESSAGE |
| 210 | } |
| 211 | |
| 212 | /** |
| 213 | * Check if we're in CCR (Claude Code Remote) mode. |
no test coverage detected