Skip to content

Commit 585f75b

Browse files
authored
Make the device auth instructions more clear. (#7745)
- [x] Make the device auth instructions more clear.
1 parent da983c1 commit 585f75b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codex-rs/login/src/device_code_auth.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ fn print_device_code_prompt(code: &str) {
141141
println!(
142142
"\nWelcome to Codex [v{ANSI_GRAY}{version}{ANSI_RESET}]\n{ANSI_GRAY}OpenAI's command-line coding agent{ANSI_RESET}\n\
143143
\nFollow these steps to sign in with ChatGPT using device code authorization:\n\
144-
\n1. Open this link in your browser\n {ANSI_BLUE}https://auth.openai.com/codex/device{ANSI_RESET}\n\
144+
\n1. 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
\n2. 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"),

0 commit comments

Comments
 (0)