hide characters for password fields

This commit is contained in:
technyon
2022-04-08 22:01:31 +02:00
parent 47b13ff175
commit 4303b0d877
2 changed files with 8 additions and 5 deletions

View File

@@ -32,7 +32,7 @@ private:
void buildHtml(String& response);
void buildCredHtml(String& response);
void buildConfirmHtml(String& response);
void printInputField(String& response, const char* token, const char* description, const char* value, size_t maxLength);
void printInputField(String& response, const char* token, const char* description, const char* value, const size_t maxLength, const bool isPassword = false);
void printInputField(String& response, const char* token, const char* description, const int value, size_t maxLength);
void printParameter(String& response, const char* description, const char* value);