Skip to content

FUIPasswordSignUpViewController didChangeEmail #656

@nicolasFernandez

Description

@nicolasFernandez

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
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions