mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-20 16:57:46 +00:00
Merge "Login with Google Workspace" auth option into "Login with Google" (#1574)
Co-authored-by: Scott Densmore <scottdensmore@mac.com>
This commit is contained in:
committed by
GitHub
parent
00b24c917e
commit
79c647d486
@@ -505,10 +505,7 @@ export class GeminiClient {
|
||||
*/
|
||||
private async handleFlashFallback(authType?: string): Promise<string | null> {
|
||||
// Only handle fallback for OAuth users
|
||||
if (
|
||||
authType !== AuthType.LOGIN_WITH_GOOGLE_PERSONAL &&
|
||||
authType !== AuthType.LOGIN_WITH_GOOGLE_ENTERPRISE
|
||||
) {
|
||||
if (authType !== AuthType.LOGIN_WITH_GOOGLE_PERSONAL) {
|
||||
return null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user