fix(shell): remove mobile auth url controls

This commit is contained in:
Haileyesus
2026-06-26 15:51:10 +03:00
parent 241ed1da54
commit c7a0891f56
8 changed files with 7 additions and 193 deletions

View File

@@ -1,6 +1,5 @@
import type { ITerminalOptions } from '@xterm/xterm';
export const CODEX_DEVICE_AUTH_URL = 'https://auth.openai.com/codex/device';
export const SHELL_RESTART_DELAY_MS = 200;
export const TERMINAL_INIT_DELAY_MS = 100;
export const TERMINAL_RESIZE_DELAY_MS = 50;