diff --git a/pkg/gui/credentials_panel.go b/pkg/gui/credentials_panel.go index a5905da02..903f72a1c 100644 --- a/pkg/gui/credentials_panel.go +++ b/pkg/gui/credentials_panel.go @@ -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) } }