MCPcopy Create free account
hub / github.com/freecodexyz/free-code / getOauthOrgNotAllowedErrorMessage

Function getOauthOrgNotAllowedErrorMessage

src/services/api/errors.ts:206–210  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

204}
205
206export 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.

Callers 1

Calls 1

Tested by

no test coverage detected