From 9f4970680d1c11bdf2e58c7794879666375f8e12 Mon Sep 17 00:00:00 2001
From: Krish M <krish94@uab.edu>
Date: Tue, 19 Apr 2022 13:10:20 -0500
Subject: [PATCH] commented aup flag in create account

---
 app/static/scripts/function.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/static/scripts/function.js b/app/static/scripts/function.js
index 486006b..3527e3c 100644
--- a/app/static/scripts/function.js
+++ b/app/static/scripts/function.js
@@ -19,7 +19,7 @@ function request_account() {
         email: document.getElementById("email").value,
         reason: document.getElementById("reason").value,
         username: document.getElementById("username").value,
-        aup: document.getElementById("agree").checked
+//        aup: document.getElementById("agree").checked
     })
 }
 
-- 
GitLab