Hey, I found a bug! If you don’t enter the password on setup (just leave it empty) it will identify as undefined and you will not be able to go in the system. Can you fix this?
Tip: make an if statement after the password is entered on setup that checks if the length is 0, and if yes, deny the password and just say it’s invalid.