Skip to content

Commit c1fac83

Browse files
authored
Fix mismatched parameters in textFieldDidChange
1 parent 7322b05 commit c1fac83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseAuthUI/FUIPasswordSignUpViewController.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ - (void)finishSignUpWithUser:(FIRUser *)user error:(NSError *)error {
228228
}
229229

230230
- (void)textFieldDidChange {
231-
[self didChangeEmail:_emailField.text orPassword:_nameField.text orUserName:_passwordField.text];
231+
[self didChangeEmail:_emailField.text orPassword:_passwordField.text orUserName:_nameField.text];
232232
}
233233

234234
- (void)didChangeEmail:(NSString *)email

0 commit comments

Comments
 (0)