[Sign-up] Fix. Removed the alert test

#3
This commit is contained in:
eoghan.conlon 2023-08-01 13:53:52 +01:00
parent a8de7c72e1
commit f05aa8cb5e

View file

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