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 0198a76 + 410522d commit 73824e6Copy full SHA for 73824e6
osx/src/main/java/ch/cyberduck/ui/cocoa/controller/LoginController.java
@@ -190,7 +190,7 @@ public void suppressionButtonClicked(final NSButton sender) {
190
}
191
192
@Action
193
- public void usernameInputDidChange(final NSNotification sender) {
+ public void usernameFieldTextDidChange(final NSNotification notification) {
194
bookmark.getCredentials().setUsername(StringUtils.trim(usernameField.stringValue()));
195
196
0 commit comments