fix: switched over to using account instead of sso

This commit is contained in:
Brendan Golden 2023-08-07 14:33:04 +00:00
parent bdcaf6d267
commit 476ab1435f
3 changed files with 3 additions and 3 deletions

View file

@ -34,7 +34,7 @@
const auth = urlParam.get("auth");
const user = formData.get("user");
const object = {auth: auth, user: user, pass: pass};
fetch('https://api.sso.skynet.ie/ldap/new/account', {
fetch('https://api.account.skynet.ie/ldap/new/account', {
method: 'POST',
body: JSON.stringify(object),
mode: "cors"