()
| 198 | 'Your account does not have access to Claude Code. Please run /login.' |
| 199 | |
| 200 | export function getTokenRevokedErrorMessage(): string { |
| 201 | return getIsNonInteractiveSession() |
| 202 | ? 'Your account does not have access to Claude. Please login again or contact your administrator.' |
| 203 | : TOKEN_REVOKED_ERROR_MESSAGE |
| 204 | } |
| 205 | |
| 206 | export function getOauthOrgNotAllowedErrorMessage(): string { |
| 207 | return getIsNonInteractiveSession() |
no test coverage detected