Remove duplicate let variable

pull/3473/head
Daniel Supernault 3 years ago
parent be1fc66839
commit 429a6d6527
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -160,7 +160,7 @@
});
break;
case 'suspend':
let msg = 'Are you sure you want to suspend the account of ' + username + ' ?';
msg = 'Are you sure you want to suspend the account of ' + username + ' ?';
swal({
title: 'Confirm',
text: msg,

Loading…
Cancel
Save