WP - Displays Auth Key when plugin successfuly installed and activated

This commit is contained in:
erwanlr
2019-10-27 11:11:36 +01:00
parent 12e5f51721
commit 7841f55166

View File

@@ -76,7 +76,7 @@ beef.execute(function() {
result_text = xhr.responseXML.getElementById('message').innerText;
if (/plugin activated/i.test(result_text)) {
log('Plugin installed and activated!', 'success');
log('Plugin installed and activated! - Auth Key: <%= @auth_key %>', 'success');
}
else {
log('Error while activating the plugin: ' + result_text, 'error');