chore: Prettified Code

[ci skip]
This commit is contained in:
yazninja 2023-05-12 18:00:01 +00:00 committed by cider-chore[bot]
parent 658239ed5f
commit c2331869f0
2 changed files with 4 additions and 9 deletions

View file

@ -1407,7 +1407,6 @@ export class BrowserWindow {
shell.openExternal(String(utils.getStoreValue("cc_authURL")));
});
ipcMain.on("auth-window", (_event) => {
AuthWindow(BrowserWindow.win);
});