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 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"
|
||||
|
|
Loading…
Reference in a new issue