Hello everyone! My name is Kyle and I joined the Mentor Plus program two weeks ago. I just finished the PHP foundations course, and I noticed that for the final section on forms, my live server was displaying Warning messages on the login page for both the "isBlock" and "badUserCredentials" as undefined, which I guess they are until you take certain actions on the webpage. I have scoured VSCode and google trying to figure out how to turn off these warnings from displaying in live server from vscode, b/c they are not really a problem but are an eyesore on the website and have had no luck in figuring out how to turn these off?
does anyone work in VSCode who could tell me how to disable these warning messages displaying in the live server? (PHP Server)
Thanks in advance!