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:
parent
629a12ab2e
commit
deb14110aa
@ -427,7 +427,6 @@ void DIALOG_GIT_REPOSITORY::updateAuthControls()
|
||||
m_txtUsername->Enable( true );
|
||||
m_txtPassword->Enable( true );
|
||||
m_labelPass1->SetLabel( _( "Password:" ) );
|
||||
setDefaultSSHKey();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user