mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +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);
|
searchParams.set("token", accessToken);
|
||||||
}
|
}
|
||||||
|
|
||||||
return WindowManager.openAuthWindow(page, searchParams);
|
WindowManager.openAuthWindow(page, searchParams);
|
||||||
};
|
};
|
||||||
|
|
||||||
registerEvent("openAuthWindow", openAuthWindow);
|
registerEvent("openAuthWindow", openAuthWindow);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue