Skip to content

Commit

Permalink
Add todo for key to refresh secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
slarwise committed Aug 18, 2024
1 parent 33bc710 commit 9942841
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ func main() {
ui.moveUp()
case tcell.KeyCtrlJ, tcell.KeyCtrlN, tcell.KeyDown:
ui.moveDown()
// TODO: Add key for refreshing the secrets
}
}

Expand Down

0 comments on commit 9942841

Please sign in to comment.