Implement NodeBalancers

This commit is contained in:
2024-08-08 19:46:58 -04:00
parent 35e9d259f5
commit 709a220e1b
22 changed files with 2585 additions and 23 deletions

View File

@ -53,7 +53,7 @@ import { clientID } from "/clientID.js";
params.set("response_type", "token");
params.set("state", localStorage.state);
location.href = settings.oauthURL + "/authorize" + "?" + params.toString();
location.href = settings.oauthURL + "/authorize?" + params.toString();
};
// Initial setup