From d2a4546fdb55ac8dba8d41d3a7dad39e68555c81 Mon Sep 17 00:00:00 2001 From: Minteck Date: Thu, 23 Jun 2022 13:58:23 +0200 Subject: Add stats --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'index.js') diff --git a/index.js b/index.js index 2380604..c51821a 100644 --- a/index.js +++ b/index.js @@ -55,7 +55,7 @@ ipcMain.on("login", () => { global.authenticationCheckInterval = setInterval(() => { let url = loginWindow.webContents.getURL(); - if (url.startsWith("https://account.minteck.org") || url.includes("Disallowed")) { + if (url.startsWith("https://auth.equestria.horse") || url.includes("Disallowed")) { loginWindow.show(); } -- cgit