Skip to content

Commit

Permalink
hide password
Browse files Browse the repository at this point in the history
  • Loading branch information
Supersilvia authored and Supersilvia committed Jan 18, 2024
1 parent 594e9f1 commit 181a153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/deployable_example.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ const char index_html[] PROGMEM = R"rawliteral(
</head><body>
<form action="/config">
WiFi SSID: <input type="text" name="ssid" value="%ssid%">
WiFi Password: <input type="text" name="pw" value="%password%">
WiFi Password: <input type="password" name="pw" value="%password%">
Detector Id: <input type="text" name="det_id" value="%det_id%">
API Key: <input type="text" name="api_key" value="%api_key%">
Query Delay (seconds): <input type="text" name="query_delay" value="%query_delay%">
Expand Down

0 comments on commit 181a153

Please sign in to comment.