From fd66e581b089f44db20c79de201852177af6964f Mon Sep 17 00:00:00 2001 From: grant-kun Date: Fri, 21 Oct 2022 11:37:28 -0500 Subject: big fixes & stuff --- html/mail.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'html') diff --git a/html/mail.html b/html/mail.html index 857dc1b..0de77a9 100644 --- a/html/mail.html +++ b/html/mail.html @@ -314,7 +314,7 @@ let html = false function reg() { console.log(document.getElementById('email').value) - sendenc('/reg', { 'address': document.getElementById('email').value, 'host': document.getElementById('host').value, 'port': document.getElementById('port').value, 'creds': document.getElementById('auth').value }).then(() => { + sendenc('/reg', { 'user': 'root', 'address': document.getElementById('email').value, 'host': document.getElementById('host').value, 'port': document.getElementById('port').value, 'creds': document.getElementById('auth').value }).then(() => { update() }) } -- cgit v1.2.3