From 7b14cbda99f5bf77a7e9e19eb12e1415869493e8 Mon Sep 17 00:00:00 2001 From: Jorge Leandro Perez Date: Thu, 12 Sep 2024 10:19:54 -0300 Subject: [PATCH] AuthViewController: Wires nextResponder --- Simplenote/AuthViewController+Swift.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Simplenote/AuthViewController+Swift.swift b/Simplenote/AuthViewController+Swift.swift index 2bfd9998..01599689 100644 --- a/Simplenote/AuthViewController+Swift.swift +++ b/Simplenote/AuthViewController+Swift.swift @@ -170,6 +170,7 @@ extension AuthViewController { actionsSeparatorView.isHidden = !inputElements.contains(.actionSeparator) usernameField.stringValue = state.username + usernameField.textField?.nextResponder = passwordField.textField } /// Drops any Errors onscreen