mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-05-05 07:10:55 +00:00
feat: add explicit license selection and status visibility (#6751)
This commit is contained in:
parent
bb8a23ae80
commit
5030ced9e1
13 changed files with 382 additions and 40 deletions
|
|
@ -62,9 +62,14 @@ export function AuthDialog({
|
|||
});
|
||||
const items = [
|
||||
{
|
||||
label: 'Login with Google',
|
||||
label: 'Login with Google - Free Tier',
|
||||
value: AuthType.LOGIN_WITH_GOOGLE,
|
||||
},
|
||||
{
|
||||
label:
|
||||
'Login with Google - Gemini Code Assist (Requires GOOGLE_CLOUD_PROJECT)',
|
||||
value: AuthType.LOGIN_WITH_GOOGLE_GCA,
|
||||
},
|
||||
...(process.env['CLOUD_SHELL'] === 'true'
|
||||
? [
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue