From 27262ca8ab4e9dfc292d6701a93d9e446551a87a Mon Sep 17 00:00:00 2001 From: Minteck Date: Fri, 17 Jun 2022 15:30:54 +0200 Subject: Update --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'index.js') diff --git a/index.js b/index.js index 360f3ca..2380604 100644 --- a/index.js +++ b/index.js @@ -59,7 +59,7 @@ ipcMain.on("login", () => { loginWindow.show(); } - if (url === "https://money.equestria.dev/Authentication/Success/") { + if (url === "https://money-v1.equestria.dev/Authentication/Success/" || url === "https://money-v2.equestria.dev/Authentication/Success/") { clearInterval(authenticationCheckInterval); global.authenticationSucceeded = true; loginWindow.close(); -- cgit