Skip to content

Commit

Permalink
Added PassDir field in securestorage
Browse files Browse the repository at this point in the history
  • Loading branch information
VigneshSelvaraj96 committed Sep 26, 2024
1 parent 20d60a8 commit 7de0cc3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/securestorage/securestorage.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,9 @@ func (s *SecureStorage) openKeyring() (keyring.Keyring, error) {
KeychainName: "login",
KeychainTrustApplication: true,

//Pass Dir
PassDir: grantedFolder,

// KDE Wallet
KWalletAppID: name,
KWalletFolder: name,
Expand Down

0 comments on commit 7de0cc3

Please sign in to comment.