7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-20 00:21:31 +00:00

Remove accident call to default SSHKey

The sshkey should not be reset when changing to https protocol.
This commit is contained in:
Seth Hillbrand 2025-03-28 16:25:32 -07:00
parent 629a12ab2e
commit deb14110aa

View File

@ -427,7 +427,6 @@ void DIALOG_GIT_REPOSITORY::updateAuthControls()
m_txtUsername->Enable( true );
m_txtPassword->Enable( true );
m_labelPass1->SetLabel( _( "Password:" ) );
setDefaultSSHKey();
}
}
}