1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-30 03:23:08 +03:00

refactor credential handling

This commit is contained in:
Jesse Duffield
2022-02-23 19:44:48 +11:00
parent d0805616e4
commit 46e9946854
16 changed files with 118 additions and 112 deletions

View File

@ -224,7 +224,6 @@ func (gui *Gui) onInitialViewsCreation() error {
gui.Views.Menu,
gui.Views.Suggestions,
gui.Views.Confirmation,
gui.Views.Credentials,
// this guy will cover everything else when it appears
gui.Views.Limit,