summaryrefslogtreecommitdiffstats
path: root/pkg/gui/keybindings.go
diff options
context:
space:
mode:
authormjarkk <mkopenga@gmail.com>2018-12-10 07:51:06 +0100
committermjarkk <mkopenga@gmail.com>2018-12-10 07:51:06 +0100
commit61c2778de1eaf288f40bc2b475644724a7b6988a (patch)
treed428e4bc27e94de32e8dc6728f8c4d2ae70b1078 /pkg/gui/keybindings.go
parent3c17bf761a63310e3760980b07b003b4ba44e0e3 (diff)
Changed pushPassUname name to credentials
Diffstat (limited to 'pkg/gui/keybindings.go')
-rw-r--r--pkg/gui/keybindings.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/gui/keybindings.go b/pkg/gui/keybindings.go
index 978f6dcdf..1823c2955 100644
--- a/pkg/gui/keybindings.go
+++ b/pkg/gui/keybindings.go
@@ -394,12 +394,12 @@ func (gui *Gui) GetKeybindings() []*Binding {
Modifier: gocui.ModNone,
Handler: gui.handleCommitClose,
}, {
- ViewName: "pushPassUname",
+ ViewName: "credentials",
Key: gocui.KeyEnter,
Modifier: gocui.ModNone,
Handler: gui.handlePushConfirm,
}, {
- ViewName: "pushPassUname",
+ ViewName: "credentials",
Key: gocui.KeyEsc,
Modifier: gocui.ModNone,
Handler: gui.handlePushClose,