Implement NodeBalancers
This commit is contained in:
2
login.js
2
login.js
@ -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
|
||||
|
Reference in New Issue
Block a user