dimanche 7 octobre 2018

How do I check if two passwords are the same using Swift

I have a sign up page, were I'm checking if two password inputs are the same:

if passwordTextField.text == rePasswordTextField.text {

}

But this returns me a value of nil, even though there is a value in both. I'm using Firebase.

Aucun commentaire:

Enregistrer un commentaire