We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2261dfd + 11665a5 commit c36eb6bCopy full SHA for c36eb6b
EmailAuth/FirebaseEmailAuthUI/FUIPasswordSignInViewController.m
@@ -259,7 +259,7 @@ - (UITableViewCell *)tableView:(UITableView *)tableView
259
cell.textField.delegate = self;
260
if (indexPath.row == 0) {
261
cell.label.text = FUILocalizedString(kStr_Email);
262
- cell.textField.enabled = NO;
+ cell.textField.enabled = _email == nil;
263
_emailField = cell.textField;
264
_emailField.text = _email;
265
_emailField.placeholder = FUILocalizedString(kStr_EnterYourEmail);
0 commit comments