forked from Silverfish/proton-bridge
feat: default keychain helper
This commit is contained in:
@ -29,6 +29,9 @@ func init() { // nolint[noinit]
|
||||
|
||||
// Windows always provides a keychain.
|
||||
Helpers[WindowsCredentials] = newWinCredHelper
|
||||
|
||||
// Use WindowsCredentials by default.
|
||||
defaultHelper = WindowsCredentials
|
||||
}
|
||||
|
||||
func newWinCredHelper(string) (credentials.Helper, error) {
|
||||
|
||||
Reference in New Issue
Block a user