From a08ae50ff1844ccd8b6ab74de375fbd099521cb8 Mon Sep 17 00:00:00 2001
From: Krish Moodbidri <krish94@uab.edu>
Date: Fri, 3 Sep 2021 04:04:47 -0500
Subject: [PATCH] removed overlay off due to wait

---
 app/templates/auth/SignUp.html | 1 -
 1 file changed, 1 deletion(-)

diff --git a/app/templates/auth/SignUp.html b/app/templates/auth/SignUp.html
index bf35e19..ab665c6 100644
--- a/app/templates/auth/SignUp.html
+++ b/app/templates/auth/SignUp.html
@@ -21,7 +21,6 @@
         });
 
         socket.on( 'account ready', function( msg ) {
-          $('#myModal2').modal('hide');
           window.location.replace('{{ referrer }}');
         });
 
-- 
GitLab