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
text: "Codex login needs a live private response path so the code can be shown before it expires. Use the Web UI or a private chat and send `/login codex` again.",
@@ -166,16 +164,6 @@ async function runChannelCodexLogin(params: {
166
164
text: "A Codex login code is already active for this chat or channel. Complete it, or wait for it to expire before requesting a new one.",
167
165
};
168
166
}
169
-
if(!params.commandParams.opts?.onBlockReply){
170
-
codexChannelLoginRuntime.releaseFlow({
171
-
flows: activeCodexLoginFlows,
172
-
flowKey,
173
-
record: reservation.record,
174
-
});
175
-
return{
176
-
text: "Codex login needs a live private response path so the code can be shown before it expires. Use the Web UI or a private chat and send `/login codex` again.",
0 commit comments