mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Remove value for readonly
This commit is contained in:
parent
b003890dd2
commit
c3d17c5727
|
@ -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" />
|
||||
|
|
Loading…
Reference in a new issue