Browse Source

Remove accident call to default SSHKey

The sshkey should not be reset when changing to https protocol.
revert-0c36e162
Seth Hillbrand 8 months ago
parent
commit
deb14110aa
  1. 1
      common/dialogs/git/dialog_git_repository.cpp

1
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();
}
}
}

Loading…
Cancel
Save