Skip to content

Commit 1e44b4d

Browse files
committed
Add parameter to retrieve private key for mTLS.
1 parent aafe840 commit 1e44b4d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

core/src/main/java/ch/cyberduck/core/KeychainLoginService.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,6 @@ public class KeychainLoginService implements LoginService {
3636

3737
private final HostPasswordStore keychain;
3838

39-
public KeychainLoginService() {
40-
this(PasswordStoreFactory.get());
41-
}
42-
4339
public KeychainLoginService(final HostPasswordStore keychain) {
4440
this.keychain = keychain;
4541
}

0 commit comments

Comments
 (0)