Add source when wring userid or password

This commit is contained in:
Theo Arends 2022-04-23 11:18:22 +02:00
parent a7db8ea014
commit a2afeb5ba6
1 changed files with 1 additions and 0 deletions

View File

@ -2903,6 +2903,7 @@ void HandleHttpCommand(void)
WSContentEnd();
// https://github.com/arendst/Tasmota/discussions/15420
ShowWebSource(SRC_WEBCOMMAND);
AddLog(LOG_LEVEL_DEBUG, PSTR(D_LOG_HTTP "Bad userid and/or password"));
return;