This commit is contained in:
root 2025-07-12 19:15:40 +08:00
parent fa8ad10c00
commit b5a5944b64
1 changed files with 1 additions and 2 deletions

View File

@ -183,8 +183,7 @@ class PythonCliAuth {
const response: PythonCliAuthResponse = await invoke('python_cli_auth_verify', { const response: PythonCliAuthResponse = await invoke('python_cli_auth_verify', {
request: { request: {
token: tokenToVerify, token: tokenToVerify
verbose: true
} }
}); });
if (!response.success) { if (!response.success) {