Skip to content

Commit

Permalink
Lock down Security Profile
Browse files Browse the repository at this point in the history
  • Loading branch information
Gryph667 authored Jun 25, 2022
1 parent 779f854 commit d5d5a49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/views/profile/edit.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
</div>
</div>
@endif
@if (in_array('security', $editable_fields))
{{-- @if (in_array('security', $editable_fields))
<div class="col-sm">
<div class="form-group">
<label>Security</label>
Expand All @@ -96,7 +96,7 @@
</select>
</div>
</div>
@endif
@endif --}}
</div>
<div class="row">
@if (in_array('divs', $editable_fields))
Expand Down

0 comments on commit d5d5a49

Please sign in to comment.