summaryrefslogtreecommitdiffstats
path: root/pkg/gui/context_config.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/gui/context_config.go')
-rw-r--r--pkg/gui/context_config.go12
1 files changed, 0 insertions, 12 deletions
diff --git a/pkg/gui/context_config.go b/pkg/gui/context_config.go
index 348c5b21b..bc9df8ba4 100644
--- a/pkg/gui/context_config.go
+++ b/pkg/gui/context_config.go
@@ -114,18 +114,6 @@ func (gui *Gui) contextTree() *context.ContextTree {
OnFocus: OnFocusWrapper(func() error { return gui.renderConflictsWithLock(true) }),
},
),
- Credentials: context.NewSimpleContext(
- context.NewBaseContext(context.NewBaseContextOpts{
- Kind: types.PERSISTENT_POPUP,
- ViewName: "credentials",
- WindowName: "credentials",
- Key: context.CREDENTIALS_CONTEXT_KEY,
- Focusable: true,
- }),
- context.ContextCallbackOpts{
- OnFocus: OnFocusWrapper(gui.handleAskFocused),
- },
- ),
Confirmation: context.NewSimpleContext(
context.NewBaseContext(context.NewBaseContextOpts{
Kind: types.TEMPORARY_POPUP,