Use textarea instead of input tags for certs

This commit is contained in:
rodriguezst
2022-06-13 11:59:42 +00:00
committed by GitHub
parent 2391809166
commit 648114fcbe
3 changed files with 33 additions and 6 deletions

View File

@@ -41,6 +41,7 @@ private:
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 printCheckBox(String& response, const char* token, const char* description, const bool value);
void printTextarea(String& response, const char *token, const char *description, const char *value, const size_t maxLength);
void printParameter(String& response, const char* description, const char* value);