Skip to content

Commit e97582c

Browse files
authored
Merge pull request #17327 from Akashic101/patch-1
Stop list of PrivateKeys to append keys to not show duplicates
2 parents c6833ef + 8a45bc0 commit e97582c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

windows/src/main/csharp/ch/cyberduck/ui/controller/PromptLoginController.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ public Local select(Local identity)
119119

120120
private void InitPrivateKeys()
121121
{
122+
_keys.Clear();
122123
foreach (
123124
Local key in
124125
Utils.ConvertFromJavaList<Local>(

0 commit comments

Comments
 (0)