diff --git a/iOS/Settings/DetailAccountViewController.swift b/iOS/Settings/DetailAccountViewController.swift index 42107d2f1..eb6d597ac 100644 --- a/iOS/Settings/DetailAccountViewController.swift +++ b/iOS/Settings/DetailAccountViewController.swift @@ -36,7 +36,7 @@ class DetailAccountViewController: UITableViewController { extension DetailAccountViewController: UITextFieldDelegate { func textFieldShouldReturn(_ textField: UITextField) -> Bool { - nameTextField.resignFirstResponder() + textField.resignFirstResponder() return true }