Text Input Verify

Greetings to all Gdevs!!!
I am making a game where there is the login system.
I have the email text input and the password text input.
Which code do i use to verify that the Email And Password has been put and nothing else so i cant only then enable the login button.

Use the input text object, and set the type to email or password:

image

image