Fix #228: Trim URL strings before saving
This commit is contained in:
parent
b6f94f8814
commit
97368eb8a8
3 changed files with 4 additions and 4 deletions
|
|
@ -75,7 +75,7 @@ class GitServerSettingTableViewController: UITableViewController {
|
|||
|
||||
private func cloneAndSegueIfSuccess() {
|
||||
// try to clone
|
||||
let gitRepostiroyURL = gitURLTextField.text!
|
||||
let gitRepostiroyURL = gitURLTextField.text!.trimmed
|
||||
let username = usernameTextField.text!
|
||||
let auth = authenticationMethod
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue