Skip to content

Commit

Permalink
AuthViewController: Wires nextResponder
Browse files Browse the repository at this point in the history
  • Loading branch information
jleandroperez committed Sep 12, 2024
1 parent 2ffb35e commit 7b14cbd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Simplenote/AuthViewController+Swift.swift
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ extension AuthViewController {
actionsSeparatorView.isHidden = !inputElements.contains(.actionSeparator)

usernameField.stringValue = state.username
usernameField.textField?.nextResponder = passwordField.textField
}

/// Drops any Errors onscreen
Expand Down

0 comments on commit 7b14cbd

Please sign in to comment.