Fix. Link for account now points to new api

This commit is contained in:
eoghan.conlon 2023-08-06 17:55:27 +01:00
parent 82ce646889
commit f46b76e94f

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', {
fetch('https://api.sso.skynet.ie/ldap/new/account', {
method: 'POST',
body: JSON.stringify(object),
mode: "cors"