diff --git a/godot-git-plugin/src/git_callbacks.cpp b/godot-git-plugin/src/git_callbacks.cpp index 4558794..8d5118f 100644 --- a/godot-git-plugin/src/git_callbacks.cpp +++ b/godot-git-plugin/src/git_callbacks.cpp @@ -96,7 +96,6 @@ extern "C" int credentials_cb(git_cred **out, const char *url, const char *usern return git_cred_userpass_plaintext_new(out, CString(proper_username).data, CString(creds->password).data); } - if (allowed_types & GIT_CREDENTIAL_USERNAME) { return git_credential_username_new(out, CString(proper_username).data); }