Skip to content

Commit

Permalink
Remove unnecessary webhooks page element
Browse files Browse the repository at this point in the history
  • Loading branch information
alextselegidis committed Jun 27, 2022
1 parent 8fde7e5 commit b79a17f
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions application/views/pages/webhooks.php
Original file line number Diff line number Diff line change
Expand Up @@ -113,14 +113,12 @@
<?= lang('options') ?>
</label>

<div class="">
<div class="form-check form-switch">
<input class="form-check-input" type="checkbox" id="is-ssl-verified">

<label class="form-check-label" for="is-ssl-verified">
<?= lang('verify_ssl') ?>
</label>
</div>
<div class="form-check form-switch">
<input class="form-check-input" type="checkbox" id="is-ssl-verified">

<label class="form-check-label" for="is-ssl-verified">
<?= lang('verify_ssl') ?>
</label>
</div>
</div>
</div>
Expand Down

0 comments on commit b79a17f

Please sign in to comment.