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

fixed typos

parent cd62860a
No related branches found
No related tags found
1 merge request!3Feat certify account
Pipeline #5876 failed with stage
......@@ -25,10 +25,10 @@
window.location.replace('{{ referrer }}');
});
socket.on( 'account error', function( msg ) {
socket.on( 'certify error', function( msg ) {
console.log(msg);
$('#myModal2').modal('hide');
renderDom("Account Create Error", "{{ error_msg }}", msg);
renderDom("Account Certification Error", "{{ error_msg }}", 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