Skip to content
Snippets Groups Projects
Commit 83bc9d03 authored by Krish Moodbidri's avatar Krish Moodbidri
Browse files

added logic to display landing page

parent ecf88424
No related branches found
No related tags found
No related merge requests found
Pipeline #6107 failed with stage
......@@ -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 ) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment