fix: sigin in different window may not refresh workspace list (#4270)

Co-authored-by: Alex Yang <himself65@outlook.com>
This commit is contained in:
Peng Xiao
2023-09-08 01:30:21 +08:00
committed by GitHub
parent 719917d445
commit d54f027f50
12 changed files with 72 additions and 154 deletions

View File

@@ -266,10 +266,6 @@ export interface WorkspaceEvents {
}
export interface UIEvents {
onStartLogin: (fn: (options: { email?: string }) => void) => () => void;
onFinishLogin: (
fn: (result: { success: boolean; email?: string }) => void
) => () => void;
onMaximized: (fn: (maximized: boolean) => void) => () => void;
}