This commit is contained in:
root
2025-07-12 19:15:40 +08:00
parent fa8ad10c00
commit b5a5944b64

View File

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