mirror of
https://github.com/pchuan98/codex.git
synced 2026-07-01 00:31:56 +08:00
Add Enterprise plan to ChatGPT login description (#6918)
## Summary - update ChatGPT onboarding login description to mention Enterprise plans alongside Plus, Pro, and Team ## Testing - just fmt ------ [Codex Task](https://chatgpt.com/codex/tasks/task_i_691e088daf20832c88d8b667adf45128)
This commit is contained in:
@@ -217,7 +217,7 @@ impl AuthModeWidget {
|
||||
};
|
||||
|
||||
let chatgpt_description = if self.is_chatgpt_login_allowed() {
|
||||
"Usage included with Plus, Pro, and Team plans"
|
||||
"Usage included with Plus, Pro, Team, and Enterprise plans"
|
||||
} else {
|
||||
"ChatGPT login is disabled"
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user