mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-11 04:44:33 +00:00
Agents: update pi dependencies to 0.50.7
This commit is contained in:
@@ -68,7 +68,9 @@ export async function applyAuthChoiceOAuth(
|
||||
});
|
||||
|
||||
spin.stop("Chutes OAuth complete");
|
||||
const email = creds.email?.trim() || "default";
|
||||
const email =
|
||||
(typeof creds.email === "string" ? creds.email.trim() : String(creds.email ?? "").trim()) ||
|
||||
"default";
|
||||
const profileId = `chutes:${email}`;
|
||||
|
||||
await writeOAuthCredentials("chutes", creds, params.agentDir);
|
||||
|
||||
Reference in New Issue
Block a user