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

changed overlay to display account certification successful

parent 83179577
No related branches found
No related tags found
1 merge request!46changed overlay to display account certification successful
......@@ -21,9 +21,12 @@
});
socket.on( 'certified', function( msg ) {
$('#myModal2').modal('hide');
window.location.replace('{{ referrer }}');
});
$('#myModal2 .modal-title').text("Account Certification Successful");
$('#myModal2 .modal-body').text("Redirecting...");
setTimeout(() => {
window.location.replace('{{ referrer }}');
}, 5000);
});
socket.on( 'certify error', function( msg ) {
console.log(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