File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ fn print_device_code_prompt(code: &str) {
141141 println ! (
142142 "\n Welcome to Codex [v{ANSI_GRAY}{version}{ANSI_RESET}]\n {ANSI_GRAY}OpenAI's command-line coding agent{ANSI_RESET}\n \
143143\n Follow these steps to sign in with ChatGPT using device code authorization:\n \
144- \n 1. Open this link in your browser\n {ANSI_BLUE}https://auth.openai.com/codex/device{ANSI_RESET}\n \
144+ \n 1. Open this link in your browser and sign in to your account \n {ANSI_BLUE}https://auth.openai.com/codex/device{ANSI_RESET}\n \
145145\n 2. Enter this one-time code {ANSI_GRAY}(expires in 15 minutes){ANSI_RESET}\n {ANSI_BLUE}{code}{ANSI_RESET}\n \
146146\n {ANSI_GRAY}Device codes are a common phishing target. Never share this code.{ANSI_RESET}\n ",
147147 version = env!( "CARGO_PKG_VERSION" ) ,
You can’t perform that action at this time.
0 commit comments