From deb14110aac72445767e89f39079743abfdef377 Mon Sep 17 00:00:00 2001 From: Seth Hillbrand Date: Fri, 28 Mar 2025 16:25:32 -0700 Subject: [PATCH] Remove accident call to default SSHKey The sshkey should not be reset when changing to https protocol. --- common/dialogs/git/dialog_git_repository.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/common/dialogs/git/dialog_git_repository.cpp b/common/dialogs/git/dialog_git_repository.cpp index 20d88e22fa..336702bd6e 100644 --- a/common/dialogs/git/dialog_git_repository.cpp +++ b/common/dialogs/git/dialog_git_repository.cpp @@ -427,7 +427,6 @@ void DIALOG_GIT_REPOSITORY::updateAuthControls() m_txtUsername->Enable( true ); m_txtPassword->Enable( true ); m_labelPass1->SetLabel( _( "Password:" ) ); - setDefaultSSHKey(); } } }