I want that my Website sends an email to the user after the user enters his email and password. In my Code, user.sendEmailVerification(); works fine and the user gets an email. If the user verifies his email and clicks the btn2, the console should print “email is verified”, but this doesn’t …