mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-05-01 05:00:46 +00:00
feat(auth): enhance AuthDialog with error handling and update API key link
This commit is contained in:
parent
a8a05188cb
commit
54d9073cc0
9 changed files with 47 additions and 5 deletions
|
|
@ -42,7 +42,7 @@ export interface UIActions {
|
|||
) => Promise<void>;
|
||||
handleCodingPlanSubmit: (apiKey: string) => Promise<void>;
|
||||
setAuthState: (state: AuthState) => void;
|
||||
onAuthError: (error: string) => void;
|
||||
onAuthError: (error: string | null) => void;
|
||||
cancelAuthentication: () => void;
|
||||
handleEditorSelect: (
|
||||
editorType: EditorType | undefined,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue