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

removed alert message on acount creation

parent 3cf58cc4
No related branches found
No related tags found
1 merge request!6Flask v0.1
...@@ -22,7 +22,6 @@ ...@@ -22,7 +22,6 @@
socket.on( 'account ready', function( msg ) { socket.on( 'account ready', function( msg ) {
$('#myModal').modal('hide'); $('#myModal').modal('hide');
alert("Account has been created!");
window.location.replace('{{ referrer }}'); window.location.replace('{{ referrer }}');
}); });
......
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