summaryrefslogtreecommitdiff
path: root/index.js
diff options
context:
space:
mode:
authorMinteck <contact@minteck.org>2022-06-17 15:30:54 +0200
committerMinteck <contact@minteck.org>2022-06-17 15:30:54 +0200
commit27262ca8ab4e9dfc292d6701a93d9e446551a87a (patch)
treef026a79c67ec39714dac9b151ac5a2bb2da9b369 /index.js
parent8ee11c8c1b2d90184df0d748f4a3ce7f93f12186 (diff)
downloadbits-client-27262ca8ab4e9dfc292d6701a93d9e446551a87a.tar.gz
bits-client-27262ca8ab4e9dfc292d6701a93d9e446551a87a.tar.bz2
bits-client-27262ca8ab4e9dfc292d6701a93d9e446551a87a.zip
Update
Diffstat (limited to 'index.js')
-rw-r--r--index.js2
1 files changed, 1 insertions, 1 deletions
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();