aboutsummaryrefslogtreecommitdiff
path: root/html/mail.html
diff options
context:
space:
mode:
authorgrant-kun <[email protected]>2022-10-21 11:37:28 -0500
committergrant-kun <[email protected]>2022-10-21 11:37:28 -0500
commitfd66e581b089f44db20c79de201852177af6964f (patch)
treeb426fa42daf50b02f008ee5de512827862f4fa61 /html/mail.html
parentc26dd63c87e7504aa9966336cbd6be7e76c99c6b (diff)
big fixes & stuff
Diffstat (limited to 'html/mail.html')
-rw-r--r--html/mail.html2
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()
})
}