MCPcopy Create free account
hub / github.com/Zoo-Code-Org/Zoo-Code / getRouterUnavailableSignInMessage

Function getRouterUnavailableSignInMessage

src/core/config/routerRemoval.ts:21–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19 getLocalizedMessage(ROUTER_REMOVAL_I18N_KEY, ROUTER_REMOVAL_DEFAULT_MESSAGE)
20
21export const getRouterUnavailableSignInMessage = () =>
22 getLocalizedMessage(ROUTER_SIGN_IN_UNAVAILABLE_I18N_KEY, ROUTER_SIGN_IN_UNAVAILABLE_DEFAULT_MESSAGE)
23
24export const ROUTER_REMOVAL_IMPORT_WARNING =
25 "Roo Code Router was removed. The imported profile was downgraded and needs to be reconfigured."

Callers 2

handleUriFunction · 0.90

Calls 1

getLocalizedMessageFunction · 0.85

Tested by

no test coverage detected