This commit is contained in:
root 2025-07-12 18:47:07 +08:00
parent 0b9797ddef
commit 292f4f5603
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ class PythonCliAuth {
email: credentials.email,
password: credentials.password,
display_name: credentials.displayName,
verbose: true
}
});
console.log({ response })