mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-30 20:50:34 +00:00
Clarify why authentication failures might be happening and direct users to documentation (#1478)
Co-authored-by: Scott Densmore <scottdensmore@mac.com> Co-authored-by: matt korwel <matt.korwel@gmail.com>
This commit is contained in:
parent
819507c5e8
commit
9897a2b80a
3 changed files with 11 additions and 5 deletions
|
|
@ -35,7 +35,7 @@ export function AuthDialog({
|
|||
},
|
||||
{ label: 'Gemini API Key', value: AuthType.USE_GEMINI },
|
||||
{
|
||||
label: 'Login with Google Workspace',
|
||||
label: 'Login with Google (for Workspace or licensed Code Assist users)',
|
||||
value: AuthType.LOGIN_WITH_GOOGLE_ENTERPRISE,
|
||||
},
|
||||
{ label: 'Vertex AI', value: AuthType.USE_VERTEX_AI },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue