Add secure test

Add secure test
This commit is contained in:
Theo Arends 2019-03-07 18:59:24 +01:00
parent ae50f663fe
commit 89f55563f7
1 changed files with 1 additions and 1 deletions

View File

@ -777,7 +777,7 @@ void HandleWifiLogin(void)
WSContentSendStyle();
WSContentSend(FPSTR(HTTP_FORM_LOGIN));
if (WifiIsInManagerMode()) {
if (HTTP_MANAGER_RESET_ONLY == webserver_state) {
WSContentSend(F("<br/>"));
WSContentSend(FPSTR(HTTP_BTN_RSTRT));
#ifndef FIRMWARE_MINIMAL