Fix. Link for account now points to new api
This commit is contained in:
parent
82ce646889
commit
f46b76e94f
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
||||||
const auth = urlParam.get("auth");
|
const auth = urlParam.get("auth");
|
||||||
const user = formData.get("user");
|
const user = formData.get("user");
|
||||||
const object = {auth: auth, user: user, pass: pass};
|
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',
|
method: 'POST',
|
||||||
body: JSON.stringify(object),
|
body: JSON.stringify(object),
|
||||||
mode: "cors"
|
mode: "cors"
|
||||||
|
|
Loading…
Reference in a new issue