mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-12 11:12:07 +00:00
feat: review
This commit is contained in:
parent
153ab05174
commit
923f7d7e80
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ const openAuthWindow = async (
|
|||
searchParams.set("token", accessToken);
|
||||
}
|
||||
|
||||
return WindowManager.openAuthWindow(page, searchParams);
|
||||
WindowManager.openAuthWindow(page, searchParams);
|
||||
};
|
||||
|
||||
registerEvent("openAuthWindow", openAuthWindow);
|
||||
|
|
Loading…
Reference in a new issue