Skip to content

Commit

Permalink
keep as fallback in case dbus-launch not found for sercet service in …
Browse files Browse the repository at this point in the history
…linux
  • Loading branch information
mmsqe committed Jun 18, 2024
1 parent 31c61c3 commit 5587af0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x/e2ee/keyring/keyring.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ func New(
ServiceName: serviceName,
FileDir: rootDir,
KeychainTrustApplication: true,
FilePasswordFunc: newRealPrompt(rootDir, userInput),
KeychainName: serviceName,
KeychainPasswordFunc: newRealPrompt(rootDir, userInput),
})
Expand Down

0 comments on commit 5587af0

Please sign in to comment.