fix
This commit is contained in:
parent
a2986c631b
commit
b819337600
|
|
@ -167,7 +167,7 @@ class PythonCliAuth {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
throw new Error(response.error || response.message || 'Registration failed');
|
throw new Error(data?.message || 'Registration failed');
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.error('Registration failed:', error);
|
console.error('Registration failed:', error);
|
||||||
throw error;
|
throw error;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue