You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// On the desync path the pin index is unknown (null); claiming "account 1"
199
+
// there would contradict the machine-readable pinnedAccountIndex: null.
200
+
constaccountPhrase=
201
+
normalizedPinnedIndex===null
202
+
? "The pinned account"
203
+
: `Pinned account ${normalizedPinnedIndex+1}`;
199
204
return{
200
-
message: `Pinned account ${displayIndex} is currently unavailable${reasonSuffix}; run \`codex-multi-auth status\` for details, or \`codex-multi-auth unpin\` to allow rotation.`,
205
+
message: `${accountPhrase} is currently unavailable${reasonSuffix}; run \`codex-multi-auth status\` for details, or \`codex-multi-auth unpin\` to allow rotation.`,
0 commit comments