Sign In and Register Validation problem happening in Kotlin
On Login page and when pressing register, it takes you to register, but when clicking on register button on register page, it adds user to database regardless if info is provided or not and then takes you back to login page, where you are able to log in regardless if email and password is even entered. I want the validation to happen before the execution. I think it executes the validation process, but still continues to insert data (even if its blank) into the database.
import...