fix
This commit is contained in:
parent
de1b77065f
commit
d3aa746e0b
|
|
@ -77,6 +77,8 @@ class PythonCliAuth {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
console.log({ response })
|
||||||
|
|
||||||
if (!response.success) {
|
if (!response.success) {
|
||||||
throw new Error(response.error || response.message || 'Login failed');
|
throw new Error(response.error || response.message || 'Login failed');
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue