From fb5f9c288c062f6db9f03140cef5acc4cbdcf49a Mon Sep 17 00:00:00 2001 From: Krish Moodbidri <krish94@uab.edu> Date: Wed, 2 Sep 2020 13:48:48 +0000 Subject: [PATCH] added email to user data json object --- app/static/scripts/function.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app/static/scripts/function.js b/app/static/scripts/function.js index 694ff19..5f3792d 100644 --- a/app/static/scripts/function.js +++ b/app/static/scripts/function.js @@ -4,6 +4,7 @@ function displayloading() { function request_account() { socket.emit('request account', { + email: document.getElementById("email").value, fullname: document.getElementById("fullname").value, reason: document.getElementById("reason").value, username: document.getElementById("bid").value -- GitLab