-
Notifications
You must be signed in to change notification settings - Fork 487
Closed
Description
In file FUIPasswordSignUpViewController:305, didChangeEmail is being called this way
| [self didChangeEmail:_emailField.text orPassword:_nameField.text orUserName:_passwordField.text]; |
I guess this should be:
[self didChangeEmail:_emailField.text orPassword:_passwordField.text orUserName:_nameField.text];
I've just logged in to Google CLA so I can make a PR for this change in case it needs to be fixed. Otherwise, maybe someone could change this. Thanks in advance!
Metadata
Metadata
Assignees
Labels
No labels