mirror of
https://github.com/tbnobody/OpenDTU.git
synced 2026-01-03 19:33:47 +01:00
Introduce configuration option to decide wether the web ui is accessable without password or not
This commit is contained in:
@@ -9,8 +9,8 @@ public:
|
||||
void loop();
|
||||
|
||||
private:
|
||||
void onPasswordGet(AsyncWebServerRequest* request);
|
||||
void onPasswordPost(AsyncWebServerRequest* request);
|
||||
void onSecurityGet(AsyncWebServerRequest* request);
|
||||
void onSecurityPost(AsyncWebServerRequest* request);
|
||||
|
||||
void onAuthenticateGet(AsyncWebServerRequest* request);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user