Skip to content

Commit

Permalink
Remove value for readonly
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusmoore committed Jan 22, 2025
1 parent b003890 commit c3d17c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/settings/ldap.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@
{{ Form::label('ldap_pword', trans('admin/settings/general.ldap_pword')) }}
</div>
<div class="col-md-8">
<input class="form-control" type="password" name="ldap_pword" id="ldap_pword" value="" autocomplete="off" onfocus="this.removeAttribute('readonly');" readonly="">
<input class="form-control" type="password" name="ldap_pword" id="ldap_pword" value="" autocomplete="off" onfocus="this.removeAttribute('readonly');" readonly>
@error('ldap_pword')
<span class="alert-msg">
<x-icon type="x" />
Expand Down

0 comments on commit c3d17c5

Please sign in to comment.