fix: [UI] Remove duplicate autoalert field in user profile

pull/8613/head
Jakub Onderka 2022-10-06 12:15:18 +02:00
parent d5dc274cd1
commit ce850e209c
1 changed files with 0 additions and 1 deletions

View File

@ -34,7 +34,6 @@
echo $this->Form->input('certif_public', array('label' => __('S/MIME Public certificate (PEM format)'), 'div' => 'clear', 'class' => 'input-xxlarge'));
}
echo '<div class="user-edit-checkboxes">';
echo $this->Form->input('autoalert', array('label' => __('Receive email alerts when events are published'), 'type' => 'checkbox'));
echo $this->Form->input('contactalert', array('label' => __('Receive email alerts from "Contact reporter" requests'), 'type' => 'checkbox'));
echo '</div>';
?>