Skip to content

Commit

Permalink
index.html: change OCPP Authentication key to Password
Browse files Browse the repository at this point in the history
  • Loading branch information
dingo35 committed Oct 25, 2024
1 parent 0f544f7 commit a1b3e4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SmartEVSE-3/data/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1131,7 +1131,7 @@ <h1 id="serialnr" class="h5 mb-0 text-white-800">SmartEVSE-</h1>
</div>
<label>Backend URL: <input id="ocpp_backend_url" class="ui-state-disabled"></label>
<label>Charge Box Id: <input id="ocpp_cb_id" class="ui-state-disabled"></label>
<label>Authentication key: <input id="ocpp_auth_key" class="ui-state-disabled"></label>
<label>Password(optional): <input id="ocpp_auth_key" class="ui-state-disabled"></label>
<div class="row no-gutters align-items-center" style="margin-top:20px;margin-bottom:10px">
<div class="col-auto mb-0 mr-3" style="width: 200px">
<input type="checkbox" class="form-check-input ui-state-disabled" id="ocpp_auto_auth" onclick="toggleEnableOcppAutoAuth()">
Expand Down

0 comments on commit a1b3e4e

Please sign in to comment.