File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed
osx/src/main/java/ch/cyberduck/ui/cocoa/controller
windows/src/main/csharp/ch/cyberduck/ui/controller Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -378,7 +378,6 @@ public void change(final Host bookmark) {
378378 @ Action
379379 public void usernameFieldTextDidEndEditing (final NSNotification sender ) {
380380 bookmark .getCredentials ().setUsername (StringUtils .trim (usernameField .stringValue ()));
381- bookmark .setCredentials (CredentialsConfiguratorFactory .get (bookmark .getProtocol ()).configure (bookmark ));
382381 this .update ();
383382 }
384383
Original file line number Diff line number Diff line change @@ -228,7 +228,6 @@ internal void View_ChangedServerEvent()
228228 internal void View_ChangedUsernameEvent ( )
229229 {
230230 _host . getCredentials ( ) . setUsername ( View . Username ) ;
231- _host . setCredentials ( CredentialsConfiguratorFactory . get ( _host . getProtocol ( ) ) . configure ( _host ) ) ;
232231 ItemChanged ( ) ;
233232 Update ( ) ;
234233 }
You can’t perform that action at this time.
0 commit comments