Skip to content

Commit 401352d

Browse files
baquerchashmeetsingh
authored andcommitted
remove unused function (#530)
1 parent 1116693 commit 401352d

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Susi/Controllers/LoginController/LoginVCMethods.swift

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -262,14 +262,6 @@ extension LoginViewController: UITextFieldDelegate {
262262
passwordTextField.text = ""
263263
}
264264

265-
// Show sign up controller
266-
func presentSignUpController() {
267-
clearFields()
268-
269-
UserDefaults.standard.setValue(emailTextField.text, forKey: ControllerConstants.UserDefaultsKeys.typedEmailAdress)
270-
let vc = SignUpViewController()
271-
present(vc, animated: true, completion: nil)
272-
}
273265

274266
// Validate fields
275267
func isValid() -> Bool {

0 commit comments

Comments
 (0)