From 292f4f56030b36226bf4cc3ee7b695e4f24f1cd8 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 12 Jul 2025 18:47:07 +0800 Subject: [PATCH] fix --- src/services/pythonCliAuth.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/services/pythonCliAuth.ts b/src/services/pythonCliAuth.ts index 7b6cfad..f61c300 100644 --- a/src/services/pythonCliAuth.ts +++ b/src/services/pythonCliAuth.ts @@ -138,7 +138,7 @@ class PythonCliAuth { email: credentials.email, password: credentials.password, display_name: credentials.displayName, - verbose: true + } }); console.log({ response })