This commit is contained in:
root 2025-07-12 19:02:45 +08:00
parent a2986c631b
commit b819337600
1 changed files with 1 additions and 1 deletions

View File

@ -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;