diff --git a/app/templates/auth/SignUp.html b/app/templates/auth/SignUp.html index c7303aba3a49aaccd4b02d4de66da625c936409d..26c1aaaebbecc28d46862000bf66842058236285 100644 --- a/app/templates/auth/SignUp.html +++ b/app/templates/auth/SignUp.html @@ -21,7 +21,11 @@ }); socket.on( 'account ready', function( msg ) { - window.location.replace('{{ referrer }}'); + $('#myModal2 .modal-title').text("Account Creation Successful"); + $('#myModal2 .modal-body').text("Redirecting..."); + setTimeout(() => { + window.location.replace('{{ referrer }}'); + }, 5000); }); socket.on( 'account error', function( msg ) {