mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-15 10:06:26 -04:00
Fixed bug where username input didn't go away
This commit is contained in:
parent
9163110640
commit
9a99748d3b
|
|
@ -365,6 +365,7 @@ func (gui *Gui) pushWithForceFlag(g *gocui.Gui, currentView *gocui.View, force b
|
|||
return gui.waitForPassUname(g, currentView, passOrUname)
|
||||
})
|
||||
_, _ = g.SetViewOnBottom("pushPassUname")
|
||||
_ = g.DeleteView("pushPassUname")
|
||||
if err != nil {
|
||||
errMessage := err.Error()
|
||||
if errMessage == "exit status 128" {
|
||||
|
|
|
|||
Loading…
Reference in a new issue