diff options
author | Minteck <contact@minteck.org> | 2022-06-17 15:30:54 +0200 |
---|---|---|
committer | Minteck <contact@minteck.org> | 2022-06-17 15:30:54 +0200 |
commit | 27262ca8ab4e9dfc292d6701a93d9e446551a87a (patch) | |
tree | f026a79c67ec39714dac9b151ac5a2bb2da9b369 /index.js | |
parent | 8ee11c8c1b2d90184df0d748f4a3ce7f93f12186 (diff) | |
download | bits-client-27262ca8ab4e9dfc292d6701a93d9e446551a87a.tar.gz bits-client-27262ca8ab4e9dfc292d6701a93d9e446551a87a.tar.bz2 bits-client-27262ca8ab4e9dfc292d6701a93d9e446551a87a.zip |
Update
Diffstat (limited to 'index.js')
-rw-r--r-- | index.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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(); |