mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
Remove accident call to default SSHKey
The sshkey should not be reset when changing to https protocol. (cherry picked from commit deb14110aac72445767e89f39079743abfdef377)
This commit is contained in:
parent
6a834f8811
commit
8027348d8a
@ -427,7 +427,6 @@ void DIALOG_GIT_REPOSITORY::updateAuthControls()
|
|||||||
m_txtUsername->Enable( true );
|
m_txtUsername->Enable( true );
|
||||||
m_txtPassword->Enable( true );
|
m_txtPassword->Enable( true );
|
||||||
m_labelPass1->SetLabel( _( "Password:" ) );
|
m_labelPass1->SetLabel( _( "Password:" ) );
|
||||||
setDefaultSSHKey();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user