From 83bc9d030fd6c6eafea1eb25bac09774808bcbf3 Mon Sep 17 00:00:00 2001 From: Krish M <krish94@uab.edu> Date: Mon, 16 May 2022 14:33:28 -0500 Subject: [PATCH] added logic to display landing page --- app/templates/account/certify.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/templates/account/certify.html b/app/templates/account/certify.html index 1ed9819..a67d987 100644 --- a/app/templates/account/certify.html +++ b/app/templates/account/certify.html @@ -22,7 +22,8 @@ socket.on( 'certified', function( msg ) { $('#myModal2').modal('hide'); - window.location.replace('{{ referrer }}'); + //window.location.replace('{{ referrer }}'); + window.location.replace('account/landing.html', room_id=session['uid']); }); socket.on( 'certify error', function( msg ) { -- GitLab