Skip to content

Commit b74aa0d

Browse files
authored
Stop list of PrivateKeys to append keys to not show duplicates
1 parent 86ada97 commit b74aa0d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,9 @@ public Local select(Local identity)
118118
}
119119

120120
private void InitPrivateKeys()
121+
122+
_keys.Clear();
123+
121124
{
122125
foreach (
123126
Local key in

0 commit comments

Comments
 (0)