diff --git a/app/templates/account/certify.html b/app/templates/account/certify.html
index 1ed9819cceb2b039185ea755465cea5f743b0a6d..a67d987de15014a23ab4913f9a106054d3dec0a2 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 ) {