Move the request credential function into one file

This commit is contained in:
Mingshen Sun 2019-11-30 23:05:30 -08:00
parent 2f3e51947a
commit efdc45ea89
No known key found for this signature in database
GPG key ID: 1F86BA2052FED3B4
5 changed files with 53 additions and 39 deletions

View file

@ -286,7 +286,7 @@ class GitServerSettingTableViewController: UITableViewController {
}
private func requestCredentialPassword(credential: GitCredential.Credential, lastPassword: String?) -> String? {
return passKit.requestCredentialPassword(credential: credential, lastPassword: lastPassword, controller: self)
return requestGitCredentialPassword(credential: credential, lastPassword: lastPassword, controller: self)
}
private func updateAuthenticationMethodCheckView(for method: GitAuthenticationMethod) {