mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-02-09 13:47:11 +02: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…
x
Reference in New Issue
Block a user