mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-12 21:05:48 +02:00
Fixed view not defined error with git push and pull
This commit is contained in:
parent
cb9ad5bc73
commit
af54d7f015
2 changed files with 21 additions and 20 deletions
|
@ -84,7 +84,6 @@ func (gui *Gui) waitForPassUname(g *gocui.Gui, currentView *gocui.View, passOrUn
|
|||
|
||||
// wait for username/passwords input
|
||||
waitForGroup.Wait()
|
||||
_ = gui.switchFocus(g, pushPassUnameView, currentView)
|
||||
return unamePassMessage
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue