MDL-87168 tool_mobile: Do not send email address to Airnotifier

This commit is contained in:
Juan Leyva
2025-12-01 14:48:33 +01:00
parent 52c6473e16
commit e56bae6ea0
@@ -138,7 +138,6 @@ class message_airnotifier_manager {
$params = [
'url' => $CFG->wwwroot,
'siteid' => md5(\core\hub\registration::get_secret()),
'contact' => $USER->email,
'description' => $CFG->wwwroot,
];
$resp = $curl->post($serverurl, $params);