mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 17:08:21 +00:00
add note
This commit is contained in:
parent
14c79c12a6
commit
614040b854
1 changed files with 4 additions and 0 deletions
|
|
@ -55,6 +55,10 @@ pub fn extract_username_password(
|
|||
.to_owned();
|
||||
let mut helper = CredentialHelper::new(&url);
|
||||
|
||||
//TODO: look at Cred::credential_helper,
|
||||
//if the username is in the url we need to set it here,
|
||||
//I dont think `config` will pick it up
|
||||
|
||||
if let Ok(config) = Config::open_default() {
|
||||
helper.config(&config);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue