mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-12 16:46:25 -04:00
we've now flipped the boolean
This commit is contained in:
parent
3eb3de3edc
commit
1189c2fab7
|
|
@ -72,6 +72,6 @@ func (gui *Gui) handleCredentialsPopup(cmdErr error) {
|
|||
// we are not logging this error because it may contain a password
|
||||
gui.createErrorPanel(errMessage)
|
||||
} else {
|
||||
_ = gui.closeConfirmationPrompt(true)
|
||||
_ = gui.closeConfirmationPrompt(false)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue