diff options
author | grant-kun <[email protected]> | 2022-10-21 11:37:28 -0500 |
---|---|---|
committer | grant-kun <[email protected]> | 2022-10-21 11:37:28 -0500 |
commit | fd66e581b089f44db20c79de201852177af6964f (patch) | |
tree | b426fa42daf50b02f008ee5de512827862f4fa61 /html | |
parent | c26dd63c87e7504aa9966336cbd6be7e76c99c6b (diff) |
big fixes & stuff
Diffstat (limited to 'html')
-rw-r--r-- | html/mail.html | 2 |
1 files changed, 1 insertions, 1 deletions
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() }) } |