Skip to content

Commit

Permalink
Merge pull request #49 from danielcranford/main
Browse files Browse the repository at this point in the history
kion-cli doesn't use default keyring on Gnome Wallet (libsecret)
  • Loading branch information
codybuell authored Jun 26, 2024
2 parents 508c754 + 33e4abf commit f29263f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,9 @@ func beforeCommands(cCtx *cli.Context) error {
KWalletAppID: name,
KWalletFolder: name,

// gnome wallet (libsecret)
LibSecretCollectionName: "login",

// windows
WinCredPrefix: name,

Expand Down

0 comments on commit f29263f

Please sign in to comment.